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» RIGHT choice is (a) DML The best explanation: Data Manipulation Language (DML) statements are used for MANAGING data in DATABASE. DML commands are not auto-committed. It means changes made by DML command are not permanent to database, it can be rolled BACK.  | 
                            |