《oracle教学课件》尚硅谷_宋红康07_创建和管理表.pptVIP

  • 9
  • 0
  • 约2.96万字
  • 约 24页
  • 2018-12-02 发布于浙江
  • 举报

《oracle教学课件》尚硅谷_宋红康07_创建和管理表.ppt

《oracle教学课件》尚硅谷_宋红康07_创建和管理表

Data Types Creating a Table from Rows in Another Table A second method for creating a table is to apply the AS subquery clause, which both creates the table and inserts rows returned from the subquery. In the syntax: table is the name of the table column is the name of the column, default value, and integrity constraint subquery is the SELECT statement that defines the set of rows to be inserted into the new table Guidelines The table is created with the specified column names, and the rows retrieved by the SELECT statement are inserted into the table. The column defin

文档评论(0)

1亿VIP精品文档

相关文档