how to remove column step process blow description rearrange | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

how to remove column step process blow description rearrange

age ;people;alternate;drop

10th Aug 2016, 3:22 AM
santhosh
santhosh - avatar
3 Answers
+ 4
ALTER TABLE people DROP COLUMN age
8th Apr 2018, 6:24 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
alter table name_table drop column name_column ;
12th Aug 2016, 11:53 AM
JOSE RODRIGO VELOSA GIL
JOSE RODRIGO VELOSA GIL - avatar
0
ALTER TABLE people DROP COLUMN age
7th Jun 2018, 5:47 PM
Raj Parmar
Raj Parmar - avatar