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
What is integrity and what is constraint??Explain with example
How to write a query with an inner join in oracle?
What is the quickest way to fetch the data from a table?
What is Trigger in Oracle?
What are advantages of dateset in datastage?
How to create a table interactively?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What is merge in oracle?
State the various uses of dbcc command?
what is IDE,DMV in sql server?
What is the order of defining local variables and sub procedures/functions?
What are set operators?
What is a partition in oracle?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
Her departmandaki isçilerden empno' su ikinci sirada olan isçilerin empno, deptno, hiredate, sira_no bigilerini döndüren sorguyu yaziniz?