top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the full form of SQL?

+1 vote
402 views
What is the full form of SQL?
posted Mar 16, 2018 by Prasad Eksambekar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

SQL stands for Structured Query Language. It lets you access and manipulate databases and standardized by ANSI (American National Standards Institute) standard.

What Can SQL do?
SQL can execute queries against a database
SQL can retrieve data from a database
SQL can insert records in a database
SQL can update records in a database
SQL can delete records from a database
SQL can create new databases
SQL can create new tables in a database
SQL can create stored procedures in a database
SQL can create views in a database
SQL can set permissions on tables, procedures, and views

answer Mar 16, 2018 by Salil Agrawal
...