- 1
please what does SQL have doing with programmers ...or what can programmers use SQL for thanks for replying
4 Respostas
+ 5
Suppose you have a website and you get users on that website. Now how do you register and keep record of a user? You actually take the user's input on the Web site and store that data on a database. Now you have a record of all the registered users on your website.
This data can be manipulated by a programmer in any language say c++ or python(through sql commands).
+ 1
For registering the data or record we may use sql.....
0
The Structured Query Language is the interface language for relational database management systems (rdbms).
If you have an application e.g. written
0
in Java you use prepared statements using SQL in order to retrieve the required data from a database.