please what does SQL have doing with programmers ...or what can programmers use SQL for thanks for replying | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

please what does SQL have doing with programmers ...or what can programmers use SQL for thanks for replying

22nd Jul 2016, 7:12 AM
Kelvin Quaicoo
Kelvin Quaicoo - avatar
4 Answers
+ 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).
22nd Jul 2016, 3:49 PM
Riddler
Riddler - avatar
+ 1
For registering the data or record we may use sql.....
7th Sep 2016, 11:52 AM
khushboo kotadia
khushboo kotadia - avatar
0
The Structured Query Language is the interface language for relational database management systems (rdbms). If you have an application e.g. written
20th Dec 2016, 8:46 PM
Stephan Borsodi
Stephan Borsodi - avatar
0
in Java you use prepared statements using SQL in order to retrieve the required data from a database.
20th Dec 2016, 8:49 PM
Stephan Borsodi
Stephan Borsodi - avatar