InterviewSolution
Saved Bookmarks
| 1. |
What is DDL? Mention any two DDL statements. |
| Answer» DDL is a standards for commandsthat define the different structure in database.It creats,modifyand remove database objects such tables etc..DDL statements are CREATE, ALTER and DROP. | |