For what sql is used | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

For what sql is used

25th Aug 2020, 4:59 PM
Sanay
3 Answers
+ 5
Sanay Yes depends someone might prefer Sql over Firebase and vice versa. Why Sql is needed in game dev.? To store the players records and etc.(SAME APPLIES TO WEB DEVELOPMENT) (answer to your question based on "games" tags) Hacking - IDK
25th Aug 2020, 5:13 PM
Rohit
+ 5
SQL or Structured Query Language is specifically used by business professionals or program developers for administering, updating, maintaining and manipulating the databases or tables that are used for business decision-making. It is usually used to fetch data, update the contents of the table, or operate on the structure of the database or tables, using any type of database tools, which will have a user interface to apply the operations on the database.
25th Aug 2020, 5:13 PM
Vishakha Shrivastav
Vishakha Shrivastav - avatar
+ 1
sql stands for Structured Query Language. SQL is used to communicate with a database.Sql is a language used to interact with database.using sql we can perform various operation like insert,update,delete etc. for more information refer following site: https://www.w3schools.com/sql/
25th Aug 2020, 6:14 PM
AjayGohil