SQL

SQL – CREATE Database

In this article we will learn, SQL – CREATE Database SQL – CREATE Database A SQL Server database we can be created by two way 1. Graphically using SQL Server Management Studio (SSMS) or 2. Using a Query To create the database graphically. Always the database name should be unique within the RDBMS. SQL – CREATE Database 1. Right Click…

Continue Reading

SQL

Creating, altering and dropping a database in SQL

In this article we will learn how to Creating, altering and dropping a database in SQL ? Creating, altering and dropping a database in SQL A SQL Server database we can be created, altered and dropped by two way 1. Graphically using SQL Server Management Studio (SSMS) or 2. Using a Query To create the database graphically. Always the database…

Continue Reading