SQL Tutorial

  • Last Updated : 28 Mar, 2022

Structured Query Language or SQL is a standard Database language which is used to create, maintain and retrieve the data from relational databases like MySQL, Oracle, SQL Server, PostGre, etc. The recent ISO standard version of SQL is SQL:2019.

As the name suggests, it is used when we have structured data (in the form of tables). All databases that are not relational (or do not use fixed structure tables to store data) and therefore do not use SQL, are called NoSQL databases. Examples of NoSQL are MongoDB, DynamoDB, Cassandra, etc

Related Courses:

SQL or Structured Query Language is the most significant language to learn for getting a job in data analysis or data sciences. Anyone with an interest to learn SQL can join this course! Now opt for this SQL Foundation – Self Paced Course from anywhere in the world, at any time and learn the fundamentals of SQL with a deep understanding of the topics from industry experts. Start your SQL journey today!

‘Recent Articles’ on SQL

Topic:

Basics:

Clauses / Operators:

SQL-Injection:

Functions:

Queries:

PL/SQL:

MySQL:

SQL Server:

Misc:

Quick Links:


My Personal Notes arrow_drop_up


Writing code in comment? Please use ide.geeksforgeeks.org, generate link and share the link here.