Explain DDL
- DDL stand for Data Defination Language.
- By using DDL refers to command that define the structure of table, views, indexes and other data containers and objects within the database.
- ex of DDL commands.
CREATE TABLE – used to create new tbl.
DROP VIEW – used to delete a view.
SWAMIOS |
No comments:
Post a Comment