GeekInterview.com
  I am new, Sign me up!
 

PL/SQL Interview Questions


PL/SQL Interview Questions

Questions: 241
Comments: 1047
 PL/SQL Tags
 Showing Questions 131-140 of 241 Questions
<< Previous 10 11 12 13 [14] 15 16 17 18 19 Next >>
 Sponsored Links

 
 PL/SQL Interview Questions
Sorting Options :  

Latest Answer: You should put your question here.  This forum is not a library.  Please take care. ...
Read Answers (1) | Asked by : sudha periasamy

Latest Answer: select * from (select rownum r, a.* from user_tab_columns a where table_name ='EMPLOYEE') where r=(select count(column_id) from user_tab_columns where table_name ='EMPLOYEE') ...
Read Answers (5) | Asked by : t.madhu sudah reddy

Latest Answer: No. You cannot export a higher version to the lower version. ...
Read Answers (2) | Asked by : santanu koner

What will the Output for this Coding> Declare Cursor c1 is select * from emp FORUPDATE; Z c1%rowtype;Begin Open C1;Fetch c1 into Z;Commit;Fetch c1 in to Z;end;
Read Answers (8) | Asked by : RamaKrishna.Yerra,TCS,Hyd,9989018508

Latest Answer: Cursor Variable RestrictionsCursor variables are subject to the following restrictions; Oracle may remove some of these in future releases. Cursor variables cannot be declared in a package since they do not have a persistent state. You cannot use RPCs ...
Read Answers (6) | Asked by : RamaKrishna.Yerra,TCS,Hyd,9989018508

Can we declare a column having number data type and its scale is larger than pricesionex: column_name NUMBER(10,100), column_name NUMBAER(10,-84)
Read Answers (3) | Asked by : ananth

Latest Answer: Alter table disable all trigger; ...
Read Answers (5) | Asked by : shavali

Latest Answer: You can use bulk binding to avoid cursors. It improves performance by minimizing context switches sql and pl/sql. When you are hadling large volume of data then better to use bulk binding. ...

How we can create a table in PL/SQL block. insert records into it??? is it possible by some procedure or function?? please give example...
Read Answers (9) | Asked by : Dinesh

Latest Answer: Its depend upon the query. If the two queries are firing on the table it is not possible. If the queries are firing on different different tables then it is possible.Thanks & RegardsMadhu D. ...
Read Answers (2) | Asked by : sushanta K. Mishra

View page << Previous 10 11 12 13 [14] 15 16 17 18 19 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