下列选项中,()语句可以删除数据库表Student。
A: drop table Student
B: select * from sysobjects where name='Student'
C: create table Student
D: DROPS DATABASE School
A: drop table Student
B: select * from sysobjects where name='Student'
C: create table Student
D: DROPS DATABASE School
举一反三
- 删除当前数据库中的表Student的语句应当是( )。 A: DELETE TABLE Student B: DELETE Student C: DROP Student D: DROP TABLE Student
- 下列语句中正确创建数据库“student”的是() A: create table student B: create database student C: alter database student D: create view student
- 用于删除数据表student正确的语句是: A: drop student B: delete student C: drop database student D: drop table student
- 删除当前数据库中名为Student的表,以下SQL语句正确的是______。 A: DROP TABLE Student B: DELETE TABLE Student C: REMOVE TABLE Student D: CLEAR TABLE Student
- 下列选项中,()语句可以删除数据库School。 A: CREATE DATABASE School B: DROP DATABASE School C: SELECT * FROM sysdatabases WHERE name ='School' D: DROPS DATABASE School