Database

How To Use UNIQUE Constraint In SQL

In this article, we will learn how to use the UNIQUE constraint in SQL. The UNIQUE constraint is used to…

5 years ago

How To Use NOT NULL Constraint In SQL

In this article, we will learn how to use the NOT NULL constraint in SQL. A column can hold NULL…

5 years ago

How To Alter Table Using Query In SQL

In this article, we will learn how to use the ALTER TABLE statement in SQL. To add or delete or…

5 years ago

How To Use TRUNCATE TABLE Statement In SQL

In this article, we will learn how to use the TRUNCATE TABLE statement in SQL. To delete the data inside…

5 years ago

How To Delete/Drop Table Using Query In SQL

In this article, we will learn how to delete/drop a Table using SQL query. To drop an existing table in…

5 years ago

How To Create Table Using Query In SQL

In this article, we will learn how to create a Table using SQL query. To create a new table in…

5 years ago

How To Get Backup Of SQL DB Using Query

In this article, we will learn how to get a full backup of the database using SQL query. To create…

5 years ago

How To Delete/Drop SQL DB Using Query

In this article, we will learn how to delete/drop a Database using SQL query. To drop an existing SQL database,…

5 years ago

How To Create SQL DB Using Query

In this article, we will learn how to create a Database using SQL query. To create a new SQL database,…

5 years ago