Structured Query Language (SQL)

Hi Everyone, welcome to our SQL course. In this course, we will learn, about the different SQL commands and various terms and concepts in SQL. Click on any card topic of your choice and start learning.
Happy Learning!

Common terms in SQL

In this exercise, we will learn about the various SQL terms used like Database, Database Management System, Schema, Object, and SQL itself.

Database in SQL

In this exercise, we will learn about the database in SQL.

Schema in SQL Server

In this exercise, we will learn about the schema in SQL server.

Comments in SQL

In this exercise, we will learn about the comments in SQL.

create table in SQL

In this exercise, we will learn about the create table command in SQL.

Show command in SQL

In this exercise, we will learn about the show command in SQL.

Insert into in SQL

In this exercise, we will learn about the insert into command in SQL.

Select command in SQL

In this exercise, we will learn about the Select command in SQL.

Aliases in SQL

In this exercise, we will learn about the aliases in SQL.

Update command in SQL

In this exercise, we will learn about the update command in SQL.

Drop table command in SQL

In this exercise, we will learn about the drop table command in SQL.

OR operator in SQL

In this exercise, we will learn about the OR operator in SQL.

NOT operator in SQL

In this exercise, we will learn about the NOT operator in SQL.

BETWEEN operator in SQL

In this exercise, we will learn about the BETWEEN operator in SQL.

AND operator in SQL

In this exercise, we will learn about the AND operator in SQL.

IN operator in SQL

In this exercise, we will learn about the IN operator in SQL.

LIKE operator in SQL

In this exercise, we will learn about the LIKE operator in SQL.

UPPER function in SQL

In this exercise, we will learn about the UPPER function in SQL.

SUM function in SQL

In this exercise, we will learn about the SUM function in SQL.

LOWER function in SQL

In this exercise, we will learn about the LOWER function in SQL.

MIN and MAX function in SQL

In this exercise, we will learn about the MIN and MAX function in SQL.

COUNT function in SQL

In this exercise, we will learn about the COUNT function in SQL.

DELETE command in SQL

In this exercise, we will learn about the DELETE command in SQL.

VIEWS in SQL

In this exercise, we will learn about the VIEWS in SQL.

RENAME TABLE in SQL

In this exercise, we will learn about the RENAME TABLE in SQL.

Variables in SQL

In this exercise, we will learn about the Variables in SQL.

CASE WHEN statement in SQL

In this exercise, we will learn about the CASE WHEN statement in SQL.