+ 9
Where we do SQL programming ?
in text editior can we do SQL programming?
4 Respuestas
+ 4
Hi,
To do SQL programming you need a database, so, if you use a text editor ans you want to execute it you need the text editor to be connected to the database.
You can use visual studio code and connect it, or you can use the workbenchs, like MySQL workbench, Microsoft SQL management studio... etc
*IMPORTANT* You need a database where you can connect!
Hope it helps you
+ 1
if u want to create website in php you need to learn mysql as well
0
To interact with the database like insert,delete and retrieve information from a database we need sql
0
whenever you are working on any database except noSql you need to use SQL