Answer Posted / kiran
Dynamic view that can be used like a view in pages and
PeopleCode, but is not actually stored as a SQL view in the
database. Instead, the system uses the view text as a base
for the SQL Select that is performed at runtime. Dynamic
views can provide superior performance in some situations,
such as search records and in PeopleCode Selects, because
they are optimized more efficiently than normal SQL views.
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is change control?
What is record group? Which records can be included into a record group?
Explain what are query tables?
What are the options for using sql in people code?
What are the different ways we can set up the portal security to access component in portal?
Explain how to taken care performance management in people tools?
Does peopletools 8.4 support web server load balancing?
Tell me how to store related field data into database?
What are query tables?
Both BEA WebLogic and IBM WebSphere have the ability to plug in to many different web servers. Does PeopleSoft support the web servers that they plug into?
What is getlevel0()? What is the use of %subrec and %selectall functions?
Explain the field values for tools tables?
Why do peoplesoft often use views as search records?
Explain how the output of a sql query be stored in a variable using peoplecode?
How can a component have more than one search record? Give a situation.