Peoplesoft Tools Question:
Download Questions PDF

Can you please explain the difference between temporary table and SQL view in peoplesoft?

Answer:

Temporary Table:
Temporary tables are used for running PeopleSoft Application Engine batch processes. Temporary tables can store specific data to update without risking the main application table.
SQL View:
It is not a physical SQL table in the database, but rather fields from one or more SQL tables that are reorganized into a different sequence. This provides an alternate view of information that is stored in tables.

Download Peoplesoft Tools Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me the use of temporary records and state record in application engine?Explain mandatory property of App.engine?