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 the is the diff between local index and global index. give some example.
What's dateware house and what's clustor with practicle example
Can group functions be mixed with non-group selection fields?
How to add a new column to an existing table in oracle?
How to lock and unlock a user account in oracle?
How to install oracle odbc drivers?
What is the difference between "as" and "is" in an oracle stored procedure?
What is a initialization parameter file in oracle?
When system tablespace is created?
Can we store pictures in the database and if so, how it can be done?
What are temporal data types in oracle?
Which is better Oracle or MS SQL? Why?
How to find out what oracle odbc drivers are installed?
Explain the use of record length option in exp command.
How many types of cluster table in Oracle?