What is the difference between SQL, DDL, and DML?
Answer Posted / parifs
Structured Query Language (SQL) is a language that provides
an interface to relational database systems.
In common usage SQL also encompasses DML (Data Manipulation
Language), for INSERTs, UPDATEs, DELETEs and DDL (Data
Definition Language), used for creating and modifying
tables and other database structures.
| Is This Answer Correct ? | 153 Yes | 21 No |
Post New Answer View All Answers
How to filter out duplications in the returning rows using oracle?
Why do you create or replace procedures rather that drop and recreate.
What is the use of oracle?
What is a system tablespace and when it is created?
How to load a large xml file?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
Explain the use of indexes option in exp command.
what is Single Byte Overhead...?
How can windows applications connect to oracle servers?
How to create a table interactively?
What are the data types in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What is a proxy class?
what happened to the global index when I truncate the data in one of the partition?
What are dml statements in oracle?