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  >  Peoplesoft  >  PS Mixed

 Print  |  
Question:  What are the limitations of PS query?



December 12, 2007 01:58:49 #2
 sharry   Member Since: July 2007    Total Comments: 5 

RE: What are the limitations of PS query?
 
The biggest disadvantage is that PS queries cannot be used to perform DML(update,insert,detele) operations. It can only fetch data(Select).
Further, as the use of temp table was mentioned in one of the answers, I will like to add - how many times our temp records have data in database, arent they cleaned before our prog ends......so y will we use temp tables in a select query.
     

 

Back To Question