

InterviewSolution
Saved Bookmarks
1. |
What is the work of DDL co.mand |
Answer» The DDL commands in\xa0SQL\xa0are used to create database schema and to define the type and structure of the data that will be stored in a database...!! The DDL command work with the SQL query statement which are executedtp perform and show desired results. The\xa0DDL commands\xa0once queried and run cannot be rolled back and does commit implicitly. Tables are the database objects that store the data records. |
|