Is SELECT DML or DQL?
if you refer to 11g Documentation as in HERE – Types of SQL Statements, you will find that Select is a DML statement, which is a limited form of DML, which can query the data and not manipulate it. Is SELECT DDL or DQL? List of DQL: SELECT: It is used to retrieve data from the database. Is SELECT is …