SQL Session for Beginners:
In this part of SQL Series where we will cover following topic:
Under SQL Basics we will see – The CREATE DATABASE statement is used to create a new SQL database. The DROP DATABASE statement is used to drop an existing SQL database.
The BACKUP DATABASE statement is used in SQL Server to create a full back up of an existing SQL database. The CREATE TABLE statement is used to create a new table in a database.
The DROP TABLE statement is used to drop an existing table in a database.
The ALTER TABLE statement is used to add, delete, or modify columns in an existing table.