Data Definition Language (DDL) DDL is used for specifying the database schema. It is used for creating tables, schema, indexes, constraints etc. in database. Lets see the operations that we can perform on database using DDL: To create the database instance – CREATETo alter the structure of database – ALTERTo drop database instances – DROPTo delete tables in a database instance – TRUNCATETo rename database instances – RENAMETo drop objects from database such as tables – DROPTo Comment – Comment All of these commands either defines or update the database schema that’s why they come under Data Definition language. - Study24x7
Social learning Network
study24x7

Default error msg

Login

New to Study24x7 ? Join Now
Already have an account? Login
56 followers study24x7 23 Feb 2019 01:06 PM study24x7 study24x7

Data Definition Language (DDL)

DDL is used for specifying the database schema. It is used for creating tables, schema, indexes, constraints etc. in database. Lets see the operations that we can perform on database using DDL: To create the database instance – CREATE

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles