交互型DML
交互型DML
相关考题:
下列有关对视图执行DML操作的表述中哪个是正确的?()A、可以对简单视图执行DML操作。B、不能对包含WITH CHECK OPTION子句的视图执行DML操作。C、可以对包含WITH READ ONLY选项的视图执行DML操作。D、可以对包含由表达式(如COST+1)定义的列的视图执行DML操作。
You have altered a non-unique index to be invisible to determine if queries execute within an acceptable response time without using this index. Which two are possible if table updates are performed which affect the invisible index columns?()A、The index remains invisible.B、The index is not updated by the DML statements on the indexed table.C、The index automatically becomes visible in order to have it updated by DML on the table.D、The index becomes unusable but the table is updated by the DML.E、The index is updated by the DML on the table.
多选题You have altered a non-unique index to be invisible to determine if queries execute within an acceptable response time without using this index. Which two are possible if table updates are performed which affect the invisible index columns?()AThe index remains invisible.BThe index is not updated by the DML statements on the indexed table.CThe index automatically becomes visible in order to have it updated by DML on the table.DThe index becomes unusable but the table is updated by the DML.EThe index is updated by the DML on the table.
名词解释题交互型DML