Saved Bookmarks
| 1. |
Write a note on data base language |
|
Answer» Answer: The language is USED to create database, tables, alter them, etc. With this, you can also rename the database, or DROP them. ... DATA Definition Language CREATE: Create NEW database, table, etc. ALTER: Alter existing database, table, etc. DROP: Drop the database. RENAME: SET a new name for the table. |
|