Tag: databases
Questions Related to databases
-
ADMIN Privileges
-
CREATETAB Privileges
-
No Privileges
-
USERTAB Privileges
-
INTEGER
-
REAL
-
NUMERIC (7,3)
-
DECIMAL(10,3)
-
Control Center
-
Command Center
-
Command Line Processor
-
Task Center
-
SELECT COUNT *
-
SELECT COUNT(*)
-
SELECT COUNT[*]
-
SELECT COUNT(ALL)
-
Yes
-
No
-
It Depends
-
None of the above
-
The cursor is moved to another row
-
The row the cursor is on is deleted by the application
-
The row the cursor is on is deleted by another application
-
The row the cursor is on needs to be updated by another application
-
Space Issues
-
Data Issues
-
No records found while querying the table
-
Both a & b
-
The application must release the row-level Share lock it holds and acquire an Update lock on the row
-
The application must release the row-level Share lock it holds and acquire an Update lock on the table
-
The row-level Share lock will automatically be converted to a row-level Up-date lock
-
The row-level Share lock will automatically be escalated to a table-level Up-date lock