• 2022-06-07
    下面哪个命令可以用来查看学生表(表名student)的表结构()
    A: Select student
    B: Display student
    C: Describe student
    D: Show student
  • C

    内容

    • 0

      select ___ from student;查询student表中全部内容。

    • 1

      查询学生表中所有数据并保存到永久表STUDENT中:SELECT * FROM 学生表_____ TABLE STUDENT

    • 2

      SELECT * FROM Student 表示查询学生表Student中所有学生的信息。(<br/>)

    • 3

      在select * from student查询语句中,*的作用是()。 A: student表中的一个列名 B: student表中的所有列名 C: 表名 D: 代表一个字符

    • 4

      使用select * from student可以查询基本表student中的所有数据