

InterviewSolution
Saved Bookmarks
1. |
Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?(a) Data Definition Language(DDL)(b) Data Manipulation Language(DML)(c) DML and DDL(d) None of the MentionedThe question was posed to me by my school teacher while I was bunking the class.Asked question is from DDL Command in chapter SQL Basics of Oracle |
Answer» <html><body><p>The correct option is (a) Data Definition Language(DDL)<br/><br/>The best <a href="https://interviewquestions.tuteehub.com/tag/explanation-455162" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLANATION">EXPLANATION</a>: The DDL is used to manage table and index structure.CREATE, <a href="https://interviewquestions.tuteehub.com/tag/alter-373421" style="font-weight:bold;" target="_blank" title="Click to know more about ALTER">ALTER</a>, RENAME, <a href="https://interviewquestions.tuteehub.com/tag/drop-443018" style="font-weight:bold;" target="_blank" title="Click to know more about DROP">DROP</a> and TRUNCATE <a href="https://interviewquestions.tuteehub.com/tag/statements-17642" style="font-weight:bold;" target="_blank" title="Click to know more about STATEMENTS">STATEMENTS</a> are the names of few data definition elements.</p></body></html> | |