GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Oracle  >  SQL Plus
Next Question 
 SQL Plus  |  Question 1 of 132    Print  
What are the types of SQL statement

  
Total Answers and Comments: 8 Last Update: September 12, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: Indu
 

select - data retrieval

insert, update, delete, merge - DML

Create, alter, drop, rename, truncate - DDL

Commit, rollback, savepoint - transaction control

grant, revoke - DCL



Above answer was rated as good by the following members:
ashaRane
June 27, 2005 23:50:13   #1  
Anurooba Balakrishnan        

RE: What are the types of SQL statement
Data Manipulation Language 
Data Definiton language 
transaction control 
session control 
system control

 
Is this answer useful? Yes | No
August 04, 2005 01:12:16   #2  
sasidhar        

RE: What are the types of SQL statement
The types of sql statements are DML,DDL,DCL,TCL
 
Is this answer useful? Yes | No
August 22, 2005 07:02:43   #3  
Jagdish        

RE: What are the types of SQL statement
There are 3 types of sql stm. 
ddl, dml, dtl 

 
Is this answer useful? Yes | No
September 15, 2005 07:39:05   #4  
Indu Member Since: September 2005   Contribution: 2    

RE: What are the types of SQL statement

select - data retrieval

insert, update, delete, merge - DML

Create, alter, drop, rename, truncate - DDL

Commit, rollback, savepoint - transaction control

grant, revoke - DCL


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    
October 15, 2005 04:29:32   #5  
annathurai        

RE: What are the types of SQL statement

data defination lanugae:

1) create

         new table creation

         create new table from existing table  fields

 2)alter

       i) add table

       ii)modify table

      iii)Drop table

      iii)rename the table 

data manipulation language

update

insert

delete

truncate

data transaction language

commit

rollback

save point

lock it consists of table and row level


 
Is this answer useful? Yes | No
April 21, 2006 05:25:28   #6  
Narayana        

RE: What are the types of SQL statement

DDL - create, drop, etc.,

DML - Select, Insert, Update, Delete, etc.,

DCL - Grant, Revoke, etc.,

TCL -Savepoint, commit, Rollback, etc.,


 
Is this answer useful? Yes | No
January 21, 2007 23:55:20   #7  
kshsingh1 Member Since: November 2005   Contribution: 3    

RE: What are the types of SQL statement

There are Basically 5 types of SQL Statement

Data Manipulation Statements

Data Definition Statements

Transaction Control Statements

Session Control Statements

System Control Statements


 
Is this answer useful? Yes | No
September 12, 2007 00:47:28   #8  
sandhya        

RE: What are the types of SQL statement
Data Definition Language: Create, Alter
Data Modification Language: Update,insert, Delete, Truncate
Data Control Language: Commit, Rollback

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape