相关考题
-
单项选择题
下列哪个sql语句是创建的反向键索引?()
A.create index fbi on student (upper(name ));
B.create bitmap index index_sno on student(sno );
C.create index index_sno on student(’sno’)reverse;
D.create unique index ind_sno on student(’sno’); -
单项选择题
下面哪些数据库对象中需要存储数据?()①表②视图③簇④索引表
A.①
B.①②③④
C.①④
D.①③④ -
单项选择题
哪个sql命令可以查询当前方案中所有视图的信息?()
A.select view_name,text from user_views;
B.select *from user_indexes;
C.select *from user_synonyms;
D.select *from user_tables;
