Which operation normally does NOT require an exclusive lock、
A.BIND
B.DROP
C.GRANT
D.SELECT
试卷相关题目
- 1What isolation level prevents dirty reads, nonrepeatable reads, and phantoms、
A.Read stability (RS)
B.Cursor stability (CS)
C.Repeatable read (RR)
D.Uncommitted read (UR)
开始考试点击查看答案 - 2What is the act of exchanging one lock an application holds on a resource for a more restrictive lock on the same resource known as、
A.Lock escalation
B.Lock substitution
C.Lock switch/exchange
D.Lock conversion/promotion
开始考试点击查看答案 - 3When is an INTENT EXCLUSIVE (IX) lock required、
A.When a transaction intends to read or change data.
B.When a transaction intends to change but not read data.
C.When a transaction intends to read but not change data.
D.When a transaction intends to change the system catalog.
开始考试点击查看答案 - 4Which statement will prevent concurrent application processes from performing anything other than read-only operations against a table named TAB1、
A.LOCK TABLE tab1 IN READ MODE
B.LOCK TABLE tab1 IN SHARE MODE
C.LOCK TABLE tab1 IN EXCLUSIVE MODE
D.LOCK TABLE tab1 IN READ-ONLY MODE
开始考试点击查看答案 - 5Application APP_A is performing updates to table TAB1 using the cursor stability (CS) isolation level. If application APP_B wants to retrieve all rows from table TAB1 without waiting for application APP_A to finish making updates, what isolation level must application APP_B use、
A.Read Stability (RS)
B.Repeatable Read (RR)
C.Uncommitted Read (UR)
D.Cursor Stability (CS)
开始考试点击查看答案 - 6When a COMMIT statement is executed, what happens、
A.All locks held on the database are automatically released.
B.Data stored in global temporary tables is automatically deleted.
C.Open cursors defined WITH HOLD are closed, but their data is retaine
D.D. The current transaction is terminated and a new transaction boundary is started.
开始考试点击查看答案 - 7Which command is used to back out a subset of database changes that have been made within a unit of work、
A.COMMIT
B.ROLLBACK
C.COMMIT TO SAVEPOINT
D.ROLLBACK TO SAVEPOINT
开始考试点击查看答案 - 8An SQL function designed to convert temperatures from Fahrenheit to Celsius was created as follows: CREATE FUNCTION conv_temp(IN temp_f FLOAT) RETURNS INTEGER NO EXTERNAL ACTOIN SPECIFIC convert_ftoc RETURN INT((temp_f-32)/1.8) How can this function be used to convert average temperature (AVG_TEMP) data stored in a table called CLIMATE_INFO、
A.CALL conv_temp(climate_info.avg_temp);
B.CALL convert_ftoc(climate_info.avg_temp);
C.SELECT conv_temp(avg_temp) FROM climate_info;
D.SELECT convert_ftoc(avg_temp) FROM climate_info;
开始考试点击查看答案 - 9If a table named MY_TAB contains 100 rows and the following statement is executed: DELETE FROM (SELECT * FROM my_tab ORDER BY col1 DESC FETCH FIRST 5 ROWS ONLY) AS tmp; What will happen、
A.The last 5 rows in the table will be deleted.
B.The first 5 rows in the table will be deleted.
C.The statement will fail because a subquery cannot be used with a DELETE statement.
D.The statement will fail because a table name was not specified with the DELETE statement.
开始考试点击查看答案 - 10Given an EMPLOYEES table and a SALES table, a user wants to produce a list of all employees and their associated revenue, even if no revenue exists. Which SQL statement will produce the desired list、
A.SELECT employees.name, sales.revenue FROM employees INNER JOIN sales ON employees.id =sales.emp_id
B.SELECT employees.name, sales.revenue FROM employees INNER JOIN sales ON sales.emp_id =employees.id
C.SELECT employees.name, sales.revenue FROM sales LEFT OUTER JOIN employees ONemployees.id = sales.emp_id
D.SELECT employees.name, sales.revenue FROM sales RIGHT OUTER JOIN employees ONemployees.id = sales.emp_id
开始考试点击查看答案
最新试卷
注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它注册安全工程师注册安全工程师安全生产法及相关法律知识安全
类别:建筑类其它