Table 1 relates to 0,1 or many records in Table2, Table 2 relates to Table1 as one and only one table.
Latest Answer : This is communication between 0ne instant to multiple instances ...
a) Temp Table b) SQL Table c) Query Table d) Dynamic(Guess: Temp Table, check People books – App Engine)
Latest Answer : Temp table is ther correct answer ...
a) SQL table b) SQL View
Latest Answer : System Catalog tables store physical attributes of tables and views, which your database management system uses to optimize performance. SYSCOLUMNSSYSTABLES ...
a) user can enter values from prompt table b) user can enter values from prompt table and default value will be populated
b) Recreate a Table d) Recreate a View
Latest Answer : recreate a table ofcourse. A view is just a SQL query stored and is executed everytime you access it. it does not store any values, just retieves them from the tables in the query. Where as table acutally has values stored so if recreated with data present ...
Let us take a Temp Table TMP_TAO.?In People Tools options the following instance settings are done.Temp Table Instances (Total) : 5Temp Table Instances (Online): 4In AE1 App Engine Program the instance count to TMP_TAO is 3 In AE2 App Engine Program the instance count to TMP_TAO is 5.How many instances are created to TMP_TAO ?
13
PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following identifies the naming convention PeopleSoft uses for system tables?
PSRECORDNAME
Message agent queries
PeopleSoft tracks object changes using a system table. Which PeopleTools System table is used to track object changes?
PSRELEASE
SQL Table OR Field