Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
3 views

SQL

Uploaded by

gadwalnisa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

SQL

Uploaded by

gadwalnisa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

* SQL

Structured query language (SQL) is a programming language for storing and processing information in a
relational database. A relational database stores information in tabular form, with rows and columns
representing different data attributes and the various relationships between the data values.

* What Can SQL do?

1.SQL can execute queries against a database.

2.SQL can retrieve data from a database.

3.SQL can insert records in a database.

4.SQL can update records in a database.

5.SQL can delete records from a database.

6.SQL can create new databases.

7.SQL can create new tables in a database.

* What is SQL used for in real life?

It allows end-users to communicate with databases and perform tasks like creating, updating, and
deleting databases. Almost every mid to large-sized organization uses SQL, including Facebook,
Microsoft, LinkedIn, and Accenture.

You might also like