What is necessary for your query on an existing view to execute successfully? () A. The underlying tables must have data.B. You need SELECT privileges on the view.C. The underlying tables must be in the same schema.D. You need SELECT privileges only on the underlying tables.

What is necessary for your query on an existing view to execute successfully? ()

A. The underlying tables must have data.

B. You need SELECT privileges on the view.

C. The underlying tables must be in the same schema.

D. You need SELECT privileges only on the underlying tables.


相关考题:

__is the mother of invention. This is remarkably true. (Necessary)

7. Hi! This is_______ new teacher.__________ name is Linda.A. your; MyB. his; YourC. your ; HerD. her; His

What's ( )job? Are ( ) British?A. your, yourB. you, yourC. your, you

ContentResolver用什么方法查询Content Provider提供的内容() A.select()B.retrieve()C.query()D.execute()

WhichthreevaluesarevalidparametersfortheDO_KEYbuilt-in?() A.ENTERB.GO_ITEMC.VALIDATED.EXIT_FORME.EXECUTE_QUERY

( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us

We occasionally meet for a drink after work.A:accidentally B:regularly C:sometimes D:successfully

Sulphur has occasionally been found in the earth in an almost pure state.A:regularly B:accidentallyC:sometimes D:successfully

Universities usually give diplomas or certificates to students who complete course require-ments adequately.A: responsiblyB: sufficientlyC: patientlyD: successfully

下面是Statement接口中常用的执行SQL语句的方法,哪些说明是正确的?()A.execute(String sql)用于执行各种SQL语句,该方法返回一个boolean类型的值B.executeUpdate(String sql) 用于执行SQL中的query、insert、update和delete语句C.executeQuery(String sql) 用于执行SQL中的query语句D.executeUpdate(String sql) 用于执行各种SQL并返回 int类型结果