The SALES_Q1 and USERS tablespaces exist in one of your databases
And TEMP is a temporary tablespace.
Segment creation is not deferred.
You execute this command

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web

The SALES_Q1 and USERS tablespaces exist in one of your databases
And TEMP is a temporary tablespace.
Segment creation is not deferred.
You execute this command
CREATE USER sales IDENTIFIED BY sales_123
DEFAULT TABLESPACE sales_ql
TEMPORARY TABLESPACE temp
QUOTA 5M ON users;
Which three statements must be true so that the sales user can create tables in SALES_Q1?

A.The sales user must have been granted the CREATE TABLE privilege
B.The sales user must have been granted the CREATE SESSION privilege
C.The sales user must have a quota on the TEMP tablespace
D.The sales user must have a quota on the SALES_Q1 tablespace to hold the initial extents of all
Tables they plan to create in their schema E.The sales user must have a quota on the sales o1 tablespace to hold all the rows to be inserted
Into any table in their schema F.The sales user must have their quota on the users tablespace removed
正确答案ABD
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top