SQL Commands to Manipulate Oracle Database Structures

Which is the subset of SQL commands used to manipulate Oracle database structures, including tables?

Questions by samarendra161   answers by samarendra161

Showing Answers 1 - 15 of 15 Answers

Shyam

  • Oct 22nd, 2015
 

Data Definition Language (DDL)

  Was this answer useful?  Yes

Ashmeet Sehgal

  • Nov 2nd, 2015
 

DML (Data Manipulation Language)

  Was this answer useful?  Yes

Thangapandi

  • Nov 11th, 2015
 

Data Manipulation Language

  Was this answer useful?  Yes

sri ram reddy

  • Nov 14th, 2015
 

Alter command manipulates Oracle database structures including tables

  Was this answer useful?  Yes

test

  • Jan 5th, 2016
 

DDL is used to define database structure (cerate , alter, drop, truncate)
DML is used to manipulate data ( select, insert, update, delete)
So DDL is used to manipulate database

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions