Search the Blog

Monday, July 15, 2019

Data Definition Language Programming Logic and Code with Syntax

Data Definition Language (DDL) is used to create and delete databases and database object(Tables, views, etc) . DDL commands are used by system admin for creation of objects for the new project.

 Top 100+ Sql Server Interview Questions



SQL Commands
   1- Delete -  DELETE from Table_Name
   2- Create-  CREATE Database Database_Name
   3- Create - Create Table Table_Name (Col1 Col_type, Col2 Col_type, Col3 Col_type,..........)

No comments:

Post a Comment

Translate