视图可以基于()创建。A、基本表或索引B、基本表或视图C、视图或索引D、基本表、视图或索引

视图可以基于()创建。

  • A、基本表或索引
  • B、基本表或视图
  • C、视图或索引
  • D、基本表、视图或索引

相关考题:

电子商务系统中,支持企业间在线交易和产品展示的系统是()系统。A、BtoCB、CtoCC、BtoBD、CtoB

BookStore数据库中有客户表Customer(CustomerCode,Name,Sex,Hometown,Email,Telephone,LoginDate,Password)查询Customer表中所有客户的信息,SQL语句:SELECT()FROMCustomerA、*B、CustomerCode,Name,Hometown,Sex,Email,Telephone,LoginTime,PassWordC、CustomerCode,Hometown,Telephone,Name,Sex,Email,LoginTime,PassWordD、CustomerCode~PassWord

BookStore数据库中有出版社表将Publisher表中出版社代号(CustomerCode)为“01”的出版社联系电话(Telephone)修改为“010-79797979”。SQL语句:()A、UPDATE PublisherSET Telephone=010-79797979 WHERE PublisherCode=01B、UPDATE PublisherSET Telephone=‘010-79797979’ WHERE PublisherCode=‘01’C、UPDATE FROMPublisher SET Telephone=‘010-79797979’ WHERE PublisherCode=‘01’D、UPDATE Publisher Telephone=‘010-79797979’ WHERE PublisherCode=‘01

Web服务器控件Textbox的主要用途是()A、接收和展示用户输入B、接收用户输入C、展示用户输入D、接收用户点击事件

能为特定用户在Web页面间实现跨页传值的对象是()。A、SessionB、ApplicationC、ResponseD、Request

ERP系统是主要实现对企业人力资源进行管理的信息系统。