Database Management Interview Questions and Answers Guide.: Global Guideline
Database Management Interview Questions and Answers Guide.: Global Guideline
Global Guideline.
http://www.globalguideline.com/
ba
lo
ui
lG
Question # 1
What is datapump?
Question # 3
Which acid property will effect when we use commit in trigger?
.C
Answer:select *
from (
select rownum num , empno, ename
from emp
)
where num between 2 and 5
-----------------we can also use row_number function
Question # 2
How to displaying the eno, ename in a table from row
2 to row 5?
lin
de
Question # 4
What is candidate key and primary key, explain different between these two?
Answer:candidate key: when we reduce unnecessary columns from a
super key it is called as candidate key
primary key: primary key is a constraint, in a table
there is only one primary key,a primary key is simple or
composite, a simple primary key is based on one column which
can be specified either inline outline of the constraint,a
composite primary key is based on (2-32)columns which can
be specified only out line of the constraint,a primary dose
not allows duplicates.
Read More Answers.
Question # 5
Can we update table which is created from view?
Answer:Copyright http://www.GlobalGuideline.COM
Page 2/6
Question # 6
How to access the default tables of 9i?
ba
lo
Question # 7
What is sufficient to normalize a database up to 3NF?
Question # 8
What is the difference between oracle CPU and PSU?
lin
de
ui
lG
Answer:Patch Set Updates (PSUs) are proactive cumulative patches containing recommended bug fixes that are released on a regular and predictable schedule. PSUs are on
the same quarterly schedule as the Critical Patch Updates (CPU), specifically the Tuesday closest to the 17th of January, April, July, and October.
Read More Answers.
Question # 9
What is the difference between delete and truncate?
Question # 10
What is ORACLE CLINICAL?
.C
Question # 11
Explain What are the uses of Oracle clinical?
Answer:The Major Functions Supported by Oracle Clinical are:
* Clinical Study Protocol Definition and Management
* Definition of Metadata collected during a Clinical Study.
* Creation of Data Entry System
* Creation of Data Management System to clean and reconcile Data
* Validation Procedures
* Data Loading and Extracting
* Thesaurus Management System for Coding Medical Terms
* Laboratory Reference Range Management System
Read More Answers.
Question # 12
Do you know how to join two table?
Answer:There are two types of join inner join and outer join.
(1)Inner join will return all the common records in both the
table
Ex: Select e.ename from Employee e,Dept d where e.did=d.did;
Copyright http://www.GlobalGuideline.COM
Page 3/6
G
ba
lo
Question # 13
Tell me Dept wise average salary?
Question # 15
How to store space between two strings in database i.e
oracle?
.C
lin
de
Answer:Inline query :
select * from emp where empno=(select max(empno) from emp);
Co-Related sub query:
Select * from emp where dob> (select distinct dob where
deptno= 10);
Note: In the Inline subquery , The main query depends upon
the outcome value of the inline sub query which is in-lined
but in case of co-related sub query the main query and sub
query both run simultaneously then the check occurs.
ui
lG
Question # 14
What is the difference between inline query and corelated subquery?
Copyright http://www.GlobalGuideline.COM
Page 4/6
Global Guideline is a platform to develop your own skills with thousands of job interview questions
and web tutorials for fresher's and experienced candidates. These interview questions and web
tutorials will help you strengthen your technical skills, prepare for the interviews and quickly revise
the concepts. Global Guideline invite you to unlock your potentials with thousands of Interview
Questions with Answers or begin a tutorial right away, such as HTML, XML, XSLT, Cascading
Style Sheet (CSS), Search Engine Optimization (SEO), JavaScript, Structure Query Language (SQL),
Database Articles, Web Hosting Guide and much more. Learn the most common technologies
Interview Questions and Answers. We will help you to explore the resources of the World Wide Web
and develop your own skills from the basics to the advanced. Here you will learn anything quite
easily and you will really enjoy while learning. Global Guideline will help you to become a
professional and Expert, well prepared for the future.
* This PDF was generated from http://www.GlobalGuideline.com at January 12th, 2015
* If any answer or question is incorrect or inappropriate or you have correct answer or you found any
problem in this document then don't hesitate feel free and e-mail us we will fix it.
You can follow us on FaceBook for latest Jobs, Updates and other interviews material.
www.facebook.com/InterviewQuestionsAnswers
Follow us on Twitter for latest Jobs and interview preparation guides
http://twitter.com/InterviewGuide
Best Of Luck.
Global Guideline Team
http://www.globalguideline.com
[email protected]