GeekInterview.com
  I am new, Sign me up!
 

PL/SQL Interview Questions


PL/SQL Interview Questions

Questions: 241
Comments: 1044
 PL/SQL Tags
 Showing Questions 61-70 of 241 Questions
<< Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>
 Sponsored Links

 
 PL/SQL Interview Questions
Sorting Options :  

When using a count(distinct) is it better to use a self-join or temp table to find redundant data, and provide an example?

Latest Answer: Application trigger: Fires whenever an event occurs with a particular application  Database trigger: Fires whenever a data event (such as DML) or system event (such as logon or shutdown) occurs on a schema or database ...
Read Answers (2) | Asked by : RAJASEKARAN

Latest Answer: UTL_FILEThe Oracle supplied package UTL_FILE can be used to read and write files that are located on the server. It cannot be used to access files locally, that is on the computer where the client is running.Procedures/Functions present in UTL_FILE:fcloseprocedure ...
Read Answers (3) | Asked by : kartheek

Latest Answer: A CURSOR normally selects the records given by the query in a separate buffer area and these fetched records will be referenced or make used in the program by looping structures like FOR LOOP etc. A REF CURSOR is used as a reference type. for Ex:- ...
Read Answers (2) | Asked by : gouri sankar rath

What is the difference between private packages and public package . what is the difference in declaration of these 2 packages.
Read Answers (2) | Asked by : Chanukya Kumar

View Question | Asked by : A.Jyothsna

Latest Answer: To add  primary key or unique key constraint Alter table tablename add constraint constraintname  primary key / unique (column name)To add check constraint Alter table tablename add constraint constraintname  check (codition)To add ...

Latest Answer: Clustering is a method of storing tables that are intimately related and often joined together into the same area on disk. For example, instead of the BOOKSHELF table being in one section of the disk and the BOOKSHELF_AUTHOR table being somewhere else, ...

Why we use instead of trigger. what is the basic structure of the instead of trigger. Explain specific business reason of it's use

Latest Answer: select a.no  from (tablename) t1 a where rowid notin (select (max(rowid) from t1 b where a.no=b.no) ...

View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape