

InterviewSolution
Saved Bookmarks
1. |
In SQL, which of the following is not a data definition language commands?(a) RENAME(b) REVOKE(c) GRANT(d) UPDATEThe question was posed to me in exam.I'd like to ask this question from DDL Command in chapter SQL Basics of Oracle |
Answer» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> is (a) RENAME<br/><br/>Explanation: With RENAME statement you can rename a table.RENAME, REVOKE and GRANT are <a href="https://interviewquestions.tuteehub.com/tag/ddl-431261" style="font-weight:bold;" target="_blank" title="Click to know more about DDL">DDL</a> commands and <a href="https://interviewquestions.tuteehub.com/tag/update-718077" style="font-weight:bold;" target="_blank" title="Click to know more about UPDATE">UPDATE</a> is DML <a href="https://interviewquestions.tuteehub.com/tag/command-11508" style="font-weight:bold;" target="_blank" title="Click to know more about COMMAND">COMMAND</a>.</p></body></html> | |