摘要:
阅读目录 深入解析MySQL视图 1、创建视图 2、查看视图 3、视图的更改 1、create or replace view 2、alter 3、DML 4、drop 4、使用with check option约束 嵌套视图 5、定义视图时的其他选项:algorithm、definer、SQL s 阅读全文
摘要:
一、DROP TABLE语句:用于删除数据表 DROP TABLE removes one or more tables. You must have the DROP privilege for each table. All table data and the table definition 阅读全文