Multiple choice technology platforms and products

Where is Meta-Sql stored?

  1. Temp Table

  2. SQL Table

  3. Query Table

  4. Dynamic View

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Meta-SQL statements in PeopleTools are stored in Temp Tables within the PeopleSoft database. These temporary tables hold the dynamic SQL fragments and meta-SQL constructs that are resolved and assembled at runtime into executable SQL statements, providing flexibility and reusability in SQL generation.