在MySQL中使用create view语句创建视图。
举一反三
- 在mysql中,创建视图使用( )语句 A: create table B: create view C: select
- 在MySQL中使用()语句创建视图。 A: describe B: create view C: show table status D: show create view
- 在Mysql中,删除视图使用 ( )语句。 A: DELETE VIEW B: ALTER VIEW C: DROP VIEW D: CREATE VIEW
- 在MySQL中,除了使用CREATE OR REPLACE VIEW语句修改视图外,还可以使用________语句来修改视图。
- SQL中创建视图应使用CREATE VIEW语句。