

InterviewSolution
Saved Bookmarks
1. |
The language used application programs to request data from the DBMS is referred to as __________(a) DML(b) DDL(c) Query language(d) All of the MentionedI have been asked this question during an internship interview.I would like to ask this question from DML Command topic in chapter SQL Basics of Oracle |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/right-1188951" style="font-weight:bold;" target="_blank" title="Click to know more about RIGHT">RIGHT</a> choice is (a) DML<br/><br/>The best explanation: Data Manipulation Language (DML) statements are used for <a href="https://interviewquestions.tuteehub.com/tag/managing-1085882" style="font-weight:bold;" target="_blank" title="Click to know more about MANAGING">MANAGING</a> data in <a href="https://interviewquestions.tuteehub.com/tag/database-11539" style="font-weight:bold;" target="_blank" title="Click to know more about DATABASE">DATABASE</a>. DML commands are not auto-committed. It means changes made by DML command are not permanent to database, it can be rolled <a href="https://interviewquestions.tuteehub.com/tag/back-389278" style="font-weight:bold;" target="_blank" title="Click to know more about BACK">BACK</a>.</body></html> | |