What is the difference between SQL, DDL, and DML?
Answer Posted / vikranth
sql is a structured query language which acts as an
interface to the RDBMS.It is used in the application
development side to select the data from the database.
DDL is Data definition language statements which are used
to develop a structure to the table. where as DML(data
manipulation language statements) are used to perform the
updations to the data.
| Is This Answer Correct ? | 77 Yes | 33 No |
Post New Answer View All Answers
How to execute the package in oracle?
What is the quickest way to fetch the data from a table?
How to create a new view in oracle?
What is a system tablespace and when it is created?
How remove data files before opening a database?
What is the difference between translate and replace in oracle?
List the types of joins used in writing subqueries?
11. Display the client number and name and the client number and name of the person who referred that client.
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
How to get a list of all background sessions in the database?
Why do we use bulk collect in oracle?
What is an Oracle index?
How to get a list of all user accounts in the database?
What happens if the update subquery returns multiple rows?
How to define a sub function?