Tag: databases
Questions Related to databases
-
Schema
-
Table
-
Alias
-
Both a & b
-
VALUES degf_to_c(32)
-
SELECT date, degf_to_c(temp) AS temp_c FROM temp_data
-
CALL degf_to_c(32)
-
Both a and b
-
Joins
-
Unions
-
Nested SELECT
-
All of the above
-
It has to be in a CURSOR
-
cannot be used in Embedded SQL
-
No restrictions
-
None of the above
-
Restrict users' access to a subset of table data
-
Ensure that rows inserted remain within the scope of a definition
-
Produce an action as a result of a change to a table
-
Provide users with an alternate view of table data
-
Uncommitted Read
-
Cursor Stability
-
Read Stability
-
Repeatable Read
-
Backup purposes
-
Storing intermediate results
-
Staging area for load operations
-
Sharing result data sets between applications