

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) DDL and DML(d) None of the MentionedThis question was addressed to me in class test.This interesting question is from Structured Query Language in division SQL Basics of Oracle |
Answer» <html><body><p>The correct <a href="https://interviewquestions.tuteehub.com/tag/option-25810" style="font-weight:bold;" target="_blank" title="Click to know more about OPTION">OPTION</a> is (a) Data Definition Language(<a href="https://interviewquestions.tuteehub.com/tag/ddl-431261" style="font-weight:bold;" target="_blank" title="Click to know more about DDL">DDL</a>)<br/><br/>Explanation: The Data Definition Language is <a href="https://interviewquestions.tuteehub.com/tag/used-2318798" style="font-weight:bold;" target="_blank" title="Click to know more about USED">USED</a> to <a href="https://interviewquestions.tuteehub.com/tag/manage-546710" style="font-weight:bold;" target="_blank" title="Click to know more about MANAGE">MANAGE</a> table and index structure.CREATE, ALTER, RENAME, DROP and TRUNCATE statements are the <a href="https://interviewquestions.tuteehub.com/tag/names-1110573" style="font-weight:bold;" target="_blank" title="Click to know more about NAMES">NAMES</a> of few data definition elements.</p></body></html> | |