Most Asked SQL Server Interview Questions and Answers

Question 1: What is a database?

Answer 1: A database is described as an organized way of collection of DATA. It is the collection of schemes, tables, queries, reports, views and other objects. 

Syntax: CREATEDATABASEDatabaseName
Example: CREATEDATABASE Student


Comments

Popular posts from this blog

What is RDBMS?