SQL Tutorials

SQL Query 0

SQL Query – Insert, Select, Update and Delete

In this article, we will discuss some of the most important SQL queries – Insert, Select, Update, Delete. Insert, Update, and delete are the data manipulation query, and Select is the data query language....

Reading Syntax Diagram in SQL 0

Reading Syntax Diagram in SQL

In this tutorial we will look at the method we require to read and understand a Syntax Diagram in SQL. What are Syntax Diagrams in SQL? When we write any logical implementation there is...

SQL Version History 0

Microsoft SQL Version History

In this tutorial, we will discuss the past and present versions of SQL.Let’s start!!! What is SQL and its Origin? SQL, or what we know as Structured Query Language, is the most popular language...

SQL quiz 10

SQL Quiz Questions and Answers

In this SQL Quiz, we will try to test our knowledge of the SQL Concepts. In this Quiz, we have covered questions from almost all topics of  SQL. Do not miss to attempt other...

Embedded SQL 0

What is Embedded SQL in DBMS?

In this tutorial, we will look at embedded SQL. When we talk about embedded SQL, it can be understood as small SQL queries put into high-level languages to get meaningful outputs. While embedding SQL...