- 6
Fill in the blanks in order to remove the column temp from the table students
Ans it pls
13 ответов
+ 3
alter table students drop colume temp
+ 2
ALTER TABLE students
DROP COLUMN temp
+ 1
alter table students drop temp
0
delete column_name
from table_name
0
alter table students drop temp
0
ALTER
DROP
COLUMN
0
ALTER
TABLE students
DROP COLUMN
temp
0
please help me
0
ALTER table students
DROP COLUMN temp
0
DROP
TABLE
students
0
alter table students drop column temp
0
ALTER table students
DROP COLUMN temp
0
ALTER
DROP
COLUMN