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
What is a directory object?
How do I know if oracle client is installed on windows?
How is it different from a normal table?
What is oracle and what are its different editions?
Which is better Oracle or MS SQL? Why?
Is it possible to split the print reviewer into more than one region ?
How many categories of data types?
How to see free space of each tablespace?
What are the four Oracle system processes that must always be up and running for the database to be useable?
How can I combine multiple rows into a comma-delimited list in oracle?
What is the simplest tool to run commands on oracle servers?
How to set up autotrace for a user account?
query optmization techniques and quwry analyser+projects+ppts
What are the set operators union, union all, minus & intersect meant to do?
what are archived logs?