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 do we get field detail of a table?
What is a sub query? What are its various types?
What is translate in oracle?
How to do clean up if create database failed?
How to Truncate Table in Oracle
How to rollback the current transaction in oracle?
What is the difference between sharding and replication?
HI Friends Myself Manoj,i am from bengaluru.i have 1 yr of exp in PLSQL but not upto the mark..now attending interviews but m not able to clear even 1 round..i have attended 3 interviews till today.purpose of writing this query is,i want to know the intreview topics that interviewer going to ask frequently,mainly SCENARIO based questions.IF anybody have any PLSQL projects please give it to me,it will helps me alot.Thanks for your patience.
What is transaction control statement and how many types of transaction control statement in Oracle?
Explain an index?
What are the limitations oracle database 10g xe?
Can multiple cursors being opened at the same time?
When do you get a .pll extension in oracle? Explain its importance
How to define an oracle cursor variable?
Why do we use coalesce function in oracle?