The data retrieved from SQL is called as :
-
View
-
Synonym
-
Result table
-
Alias
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.