0% found this document useful (0 votes)
25 views

What Is SQL?

SQL is a standard language used to access and manipulate data across many database systems. It allows users to query, insert, update, and delete records from databases, as well as create databases, tables, stored procedures, and views. Our SQL tutorial teaches how to use SQL's querying and manipulation capabilities in databases like MySQL, SQL Server, Access, Oracle, and others.

Uploaded by

Shiv Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

What Is SQL?

SQL is a standard language used to access and manipulate data across many database systems. It allows users to query, insert, update, and delete records from databases, as well as create databases, tables, stored procedures, and views. Our SQL tutorial teaches how to use SQL's querying and manipulation capabilities in databases like MySQL, SQL Server, Access, Oracle, and others.

Uploaded by

Shiv Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SQL is a standard language for accessing and manipulating databases.

SQL is a standard
language for accessing databases.Our SQL tutorial will teach you how to use SQL to access and
manipulate data in: MySQL, SQL Server, Access, Oracle, Sybase, DB2, and other database
systems

What is SQL?

SQL stands for Structured Query Language

SQL lets you access and manipulate databases

SQL is an 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

You might also like