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

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Data Access

 Print  |  
Question:  How can Restrict the row through View.

Answer: 1)How can restrict the view through view
2)What does prior statement in pl/sql
3)What are the different Pragam inPL/sql except Pragam_init,pragma_Automation


June 06, 2009 05:04:55 #1
 MaheshRamekar   Member Since: June 2009    Total Comments: 3 

RE: How can Restrict the row through View.
 
1)How can restrict the view through view

Adding where clause

2)What does prior statement in pl/sql
Generate hierchy tree

3)What are the different Pragam inPL/sql except Pragam_init,pragma_Automation

Pragma_init - to trap the expection
pragma_automation - to execute the pl/sql block autonomusly.
     

 

Back To Question