+ 6

What is use of sql

in which field it is used??¿¿

7th Jan 2018, 3:08 PM
DEEPENDU PANDIT
DEEPENDU PANDIT - avatar
3 Answers
+ 4
To make queries to a SQL database server. The queries may be DDL (Data Definition Language), that enables you to create/modify/delete database entities like database, tables, columns, etc., or DML (Data Manipulation Language), that enables you to select/update/delete data from existing database. https://en.wikipedia.org/wiki/SQL https://www.w3schools.com/sql/ http://sqlfiddle.com/#!9/a6c585/1
7th Jan 2018, 3:31 PM
deFault
+ 2
It is used in back end website development. It is used to make database.
7th Jan 2018, 3:10 PM
Vansh
Vansh - avatar
+ 1
Actually, SQL is used to manipulate and access the database.SQL provides query or request that helps to find the essential data from the database .In a word, sql meets user requirements according to their query.
3rd Feb 2018, 9:11 PM
Md. Mofaqkhayrul Islam
Md. Mofaqkhayrul Islam - avatar