What is Sql ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is Sql ?

how to use it

1st Dec 2016, 1:31 AM
Sanjay Dhakal
Sanjay Dhakal - avatar
3 Answers
+ 5
1.- SQL -> Structured Query Language 2.- It's a standard programming language (used on any relational database, MySQL, SQLite, etc; with some variants) 3.- used for create, and managing relational databases 4.- Is used to perform operations with the data of the databases
22nd Jul 2017, 6:04 AM
AldoS
AldoS - avatar
+ 3
SQL (pronounced "ess-que-el") stands for Structured Query Language. 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. Some common relational database management systems that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access, Ingres, etc. Although most database systems use SQL, most of them also have their own additional proprietary extensions that are usually only used on their system. However, the standard SQL commands such as "Select", "Insert", "Update", "Delete", "Create", and "Drop" can be used to accomplish almost everything that one needs to do with a database. This tutorial will provide you with the instruction on the basics of each of these commands as well as allow you to put them to practice using the SQL Interpreter. if you want to know how to user sql... maybe these are good resources http://www.w3schools.com/sql/ https://www.codecademy.com/learn/learn-sql
1st Dec 2016, 2:11 AM
Hooman Hassanzadeh
Hooman Hassanzadeh - avatar
+ 1
it a stack of package of softwares
3rd Mar 2018, 8:26 PM
Sospeter Waweru
Sospeter Waweru - avatar