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

PL/SQL FAQ


PL/SQL FAQ

Questions: 140
Comments: 382
 PL/SQL FAQ Tags
 Showing Questions 1-10 of 140 Questions
[1] 2 3 4 5 6 7 8 9 10 Next >>
 Sponsored Links

 
 PL/SQL FAQ
Sorting Options :  

Latest Answer: reuse ...

How to set time in pl/sql(Toad) JOB 

How many columns you can create in table from this type "long raw"? 
Latest Answer: only single column is allowed per a table of data type LONG or LONG RAW ...
Read Answers (1) | Asked by : pc_mts

How to find the max value in a Sequence? 
Latest Answer: We can get the MAX value of a sequence by using the data dictionary view 'USER_SEQUENCES' .i.e.  SELECT MAX_VALUE FROM USER_SEQUENCES       WHERE SEQUENCE_NAME='NAME_OF_SEQUENCE' ...
Read Answers (4) | Asked by : pc_mts

How to skip columns while loading data with SQLLDR 
Latest Answer: specify Filler Load datatruncate into table empfields treminated by'|'(field1,field2 filler,field 3) ...
Read Answers (1) | Asked by : Hsingh85

What are analytical functions and how are they used? 
View Question | Asked by : Hsingh85

How do you create nested tables? 
View Question | Asked by : jannaat

How to create temporary table? Give some example 
Latest Answer: create table temp as select*from base table where 1=1; ...

Hi Can anyone explain what this mean? I have practise PL/SQL about REF obj_type, my codes are: CREATE or REPLACE TYPE home_type AS OBJECT (street VARCHAR2(50), city VARCHAR2(20), state VARCHAR2(20), zipcode 
View Question | Asked by : nernernini

What is the difference between Nested Table and Normal Table? 
Latest Answer: Normal Table : It contain rows and columns.Each Row-Column represente only one value i.e intersection of Row-Columncreate table t1(col1 number(10), col2 varchar2(9));------>Creates normal tableNested Table : It contains some Row-Column as another ...

View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Ask A Question
Go Top
 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 (?)

 
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
Sponsored Links

 
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