Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6
SQL is used to communicate with a database. According to ANSI (American National Standards Institute), it is the standard language for relational database management systems. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database.
18th Oct 2021, 1:23 PM
𝐀𝐧𝐬𝐡𝐮 ✰
𝐀𝐧𝐬𝐡𝐮 ✰ - avatar
+ 4
SQL(Structured Query Language) is a special-purpose language developed to work with relational databases. ... While SQL won't be used to write the next big web application it's useful in interacting with the database that would power that application.
18th Oct 2021, 1:25 PM
𝐀𝐧𝐬𝐡𝐮 ✰
𝐀𝐧𝐬𝐡𝐮 ✰ - avatar
+ 3
Its your choice, if you want learn it you can learn it
18th Oct 2021, 1:27 PM
𝐀𝐧𝐬𝐡𝐮 ✰
𝐀𝐧𝐬𝐡𝐮 ✰ - avatar
+ 3
Parth I think SQL is more computational and server-side, maybe backend(?), So if you're planning to build any like databases(maybe to store login info, per se) you'd find benefit in learning it.
18th Oct 2021, 1:28 PM
Chloe
Chloe - avatar
+ 2
SQL(Structured Query Language) is a special-purpose language developed to work with relational databases. More specifically it’s used to manage and manipulate data in those databases. While SQL won’t be used to write the next big web application it’s useful in interacting with the database that would power that application. For example, think about Twitter — without the user data, tweets, and follower-following associations that are stored in a database the application wouldn’t exist. Though SQL has a single purpose, it is very flexible and scalable. It is used by many different database systems and can be used to build small to enterprise-scale applications.
18th Oct 2021, 3:54 PM
Arun Jamson
Arun Jamson - avatar
+ 1
Avighna Ahan Kashyap okk so should I learn SQL or not?
18th Oct 2021, 1:26 PM
Parth
Parth - avatar
+ 1
SQL refers to Structured Query Language It is a standard query language to work with database We can perform dynamic queries / usecases using SQL Every website requires SQL to make it dynamic From SQL we have some other PL/SQL (Advanced Sql) DMQL DataMining Query Language Which plays a viotal role in creating and extracting pattern Outliers Partitions Classification Clustering K means Back Probagation Birch Cure etc Without sql it is not possible to perform above criteria So SQL is very much mandatory module for every domain forever
19th Oct 2021, 6:39 AM
sree harsha
sree harsha - avatar
+ 1
SQL refers to structured query language. It is used to perform operations like inserting, deleting, retrieving data items stored in the database. It comes under relational Database management system. DBMS is used for easy handling of stored data. It was introduced for easy data handling. It is unlike the file systems. It has a lot of benefits. SQL is used to perform a task by just writing a query.
19th Oct 2021, 1:09 PM
Reshma
+ 1
sql is not needed for static websites. if you plan on creating web applications, tracking, e-commerce, blogs, or any kind of web site that requires you to store data then you will need a database that will most likely use sql to create, read, update, and delete your data.
20th Oct 2021, 3:49 AM
you are smart. you are brave.
you are smart. you are brave. - avatar