On which of the following database objects may the SELECT privilege be controlled?() A.SequenceB.SchemaC.GroupD.View
On which of the following database objects may the SELECT privilege be controlled?()
A.Sequence
B.Schema
C.Group
D.View
相关考题:
You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following
IfyouaregoingtorunaTSPITRrecovery,whichviewwillhelpyoutodeterminewhichobjectswillbelostduringtheTSPITR?() A.TS_OBJECTS_TO_BE_DROPPEDB.TS_PTTR_OBJECT_DROPPEDC.TS_PITR_OBJECTS_TO_BE_DROPPEDD.TS_OBJECTS_DROPPEDE.TS_DROPPED_OBJECTS
Youhavecreatedascriptintherecoverycatalogcalledbackup_database.Whichofthefollowingcommandswouldsuccessfullyexecutethatscript?() A.run{openscriptbackup_database;runscriptbackup_database}B.run{engagescriptbackup_database;}C.run{runscriptbackup_database;}D.Run{executescriptbackup_database;}E.Thenamebackup_databaseisaninvalidnameforanRMANscript.TryingtorunitfromRMAN wouldresultinanerror.
A user invoking a user-defined function requires which DB2 privilege?() A.CALLB.USAGEC.EXECUTED.REFERENCES
根据以下内容,回答235-239题。What is the last day to apply for the WHC position? ( )A.May 1B.May 10C.May 17D.May 27
The activities of credit companies are regulated by law.A:fought B:abolishedC:removed D:controlled
During his lifetime he has accumulated quite a fortune.A:exchanged B:collected C:spent D:controlled
以下那一个选项是查询数据方法:A.User.objects.filter(username='wangwu').get(pk=1)B.User.objects.filter(id=user_id).update(password='9999')C.User.objects.all().delete()D.User.objects.get(pk=user_id).delete()
以下那一个选项不是数据插入方法:A.ModelName.objects.create(参数=字典类型数据)B.ModelName.objects.get(列表或元组)C.ModelName.objects.update_or_create(参数=字典类型数据)D.ModelName.objects.bulk_create(列表或元组)