| |
GeekInterview.com > Interview Questions > Database > SQL
| Print | |
Question: Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
Answer: Data Definition Language (DDL) |
| August 08, 2005 01:11:12 |
#3 |
| Venkat Bandaru |
Member Since: Visitor Total Comments: N/A |
RE: Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables? |
DDL statements. DML statements manipulate only data within the data structures already created by DDL statements. |
| |
Back To Question | |