Multiple choice technology mainframe

The data retrieved from SQL is called as :

  1. View

  2. Synonym

  3. Result table

  4. Alias

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

When SQL retrieves data, the output is called a result table - a temporary set of rows matching the query criteria. A view is a stored query definition, a synonym is an alternate name for an object, and an alias is an alternate name for a table - none of these are the retrieved data itself.