尚硅谷_宋红康_01_基本SQL-SELECT语句.pptVIP

  • 15
  • 0
  • 约3.23万字
  • 约 28页
  • 2016-09-01 发布于江西
  • 举报
尚硅谷_宋红康_01_基本SQL-SELECT语句.ppt

Selecting Specific Columns of All Rows You can use the SELECT statement to display specific columns of the table by specifying the column names, separated by commas. The example on the slide displays all the department numbers and location numbers from the DEPARTMENTS table. In the SELECT clause, specify the columns that you want, in the order in which you want them to appear in the output. For example, to display location before department number going from left to right, you use the following statement: SELECT location_id, department_id FROM departments; Instructor Note Yo

文档评论(0)

1亿VIP精品文档

相关文档