Latest Answer : peopelsoft appengine event is onExcute ...
Latest Answer : in addtion to the 8 listed above, there is an additionally action for AE programs that are marked as TRansform programs and the action is XSLT ...
Latest Answer : There Can be n number of Temporary tables, but App. engine. creates upto 99 instances for a single temporary table. ...
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 ...