|
INTERVIEW QUESTIONS
ORACLE
DETAILS
Question: How many types of Sql Statements are there in Oracle?
Answer: There are basically 6 types of sql statments.They are a) Data Definition Language(DDL) :: The DDL statements define and maintain objects and drop objects. b) Data Manipulation Language(DML) :: The DML statements manipulate database data. c) Transaction Control Statements :: Manage change by DML d) Session Control :: Used to control the properties of current session enabling and disabling roles and changing .e.g. :: Alter Statements, Set Role e) System Control Statements :: Change Properties of Oracle Instance .e.g.:: Alter System f) Embedded Sql :: Incorporate DDL, DML and T.C.S in Programming Language.e.g:: Using the Sql Statements in languages such as 'C', Open, Fetch, execute and close
|
|
|
Category |
Oracle Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 9574 users |
Added on |
9/18/2014 |
Views |
71521 |
Rate it! |
|
|
Question:
How many types of Sql Statements are there in Oracle?
Answer:
There are basically 6 types of sql statments.They are a) Data Definition Language(DDL) :: The DDL statements define and maintain objects and drop objects. b) Data Manipulation Language(DML) :: The DML statements manipulate database data. c) Transaction Control Statements :: Manage change by DML d) Session Control :: Used to control the properties of current session enabling and disabling roles and changing .e.g. :: Alter Statements, Set Role e) System Control Statements :: Change Properties of Oracle Instance .e.g.:: Alter System f) Embedded Sql :: Incorporate DDL, DML and T.C.S in Programming Language.e.g:: Using the Sql Statements in languages such as 'C', Open, Fetch, execute and close Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What are the Back ground processes in Oracle and what are they?
|
View Answer
|
|
If a View on a single base table is manipulated will the changes be reflected on the base table ?
|
View Answer
|
|
What is a join ? Explain the different types of joins ?
|
View Answer
|
|
What is Referential Integrity ?
|
View Answer
|
|
How to access the current value and next value from a sequence ? Is it possible to access the current value in a session before accessing next value ?
|
View Answer
|
|
What is the Subquery ?
|
View Answer
|
|
What is difference between TRUNCATE & DELETE ?
|
View Answer
|
|
How do you find the numbert of rows in a Table ?
|
View Answer
|
|
What is use of a cursor variable? How it is defined?
|
View Answer
|
|
What is difference between UNIQUE and PRIMARY KEY constraints?
|
View Answer
|
|
Difference between database triggers and form triggers?
|
View Answer
|
|
How will you delete duplicating rows from a base table?
|
View Answer
|
|
When do you use WHERE clause and when do you use HAVING clause?
|
View Answer
|
|
How you open and close a cursor variable. Why it is required?
|
View Answer
|
|
What is OCI. What are its uses?
|
View Answer
|
|
What is the purpose of a cluster?
|
View Answer
|
|
Difference between an implicit & an explicit cursor.?
|
View Answer
|
|
What is difference between Rename and Alias?
|
View Answer
|
|
What are various joins used while writing SUBQUERIES?
|
View Answer
|
|
What is difference between a formal and an actual parameter?
|
View Answer
|