Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
DBMS
« Previous
Next »
Which of the following language is used to define the integrity constraints
Options
- DCL
- DML
- DDL
- All of the above
CORRECT ANSWER : DDL
Discussion Board
DDL
Data Definition Language (DDL) statements are used to define the database structure or schema.
CREATE: It is used to create objects in the database.
ALTER: It alters the structure of the database.
DROP: It deletes object from the database.
TRUNCATE: It removes all the records from a table, including all spaces allocated for the records are removed.
COMMENT: It adds comment to the data dictionary.
RENAME: It renames an object.
Prajakta Pandit 03-15-2017 02:45 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
SQL Server (40)
SQL Server (28)
SQL Server (25)
Data Warehousing (10)
Biztalk (15)
SQL Server DBA (15)
Database (30)
Database (28)
DBMS (20)
Advertisement
▲