INSERT
SELECT
UPDATE
DELETE
第1题:
功能最强也是最复杂的SQL语句是()。
第2题:
SQL的DML包括的语句有()。
第3题:
( 38 ) SQL 的 DML 包括的语句有
A ) ROLLBACK , COMMIT
B ) CREATE , DROP , ALTER
C ) GRANT , REVOKE
D ) SELECT , INSERT , DELETE , UPDATE
第4题:
Which object privileges can be granted on a view? ()
第5题:
You executed the following query: SELECT operation, undo_sql, table_name FROM flashback_transaction_query; Which statement is correct regarding the query output?()
第6题:
A constraint in a table is defined with the INITIALLY IMMEDIATE clause. You executed the ALTER TABLEcommand with the ENABLE VALIDATE option to enable the constraint that was disabled. What are the twoeffects of this command()
第7题:
Which of the following is the correct procedure to update the BIOS on LS42 blades without using the AMM?()
第8题:
SQL语言的数据操纵语句包括SELECT、INSERT、UPDATE、DELETE等。其中最重要的,也是使用最频繁的语句是( ) 。
A. SELECT B. INSERT
C. UPDATE D. DELETE
第9题:
Which two operations require undo data?()
第10题:
You need to give the MANAGER role the ability to select from, insert into, and modify existing rows in the STUDENT_GRADES table. Anyone given this MANAGER role should be able to pass those privileges on to others. Which statement accomplishes this? ()