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


Please Help Members By Posting Answers For Below Questions

What are the various types of snapshots ?

551


How to insert a new row into a table in oracle?

571


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

1167


What is the data type of dual table?

511


Explain about your project and its relation to the current job position you are applying to?

525






Can objects of the same schema reside in different tablespace?

573


How to get the Installed Oracle Version Information ?

605


What are transaction isolation levels supported by oracle?

566


How to connect the oracle server as sysdba?

615


How do I recompile a procedure in oracle?

514


how the indexes are stored in the Oracle Database?

1728


Describe an oracle table?

559


What do you mean by merge in oracle and how can you merge two tables?

511


how to convert .db (extention) database file into .dmp (extention ) for oracle database ?

2048


What are the differences between char and varchar2 in oracle?

548