q on ALTER TABLE ... DROP COLUMN | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

q on ALTER TABLE ... DROP COLUMN

See picture in: https://app.box.com/s/tshious8f5kzhr8u90aq29whlpxr46o9 ALTER TABLE People DROP DateOfBirth This works perfectly fine, so then why did they even bother with writing in additionally "COLUMN" right after "DROP" in the Tutorial/Lesson as shown on the PIC above? Seems redundant to have the"COLUMN" bit, right? Thank you :)

3rd Jul 2016, 4:22 PM
Krishna Limani
Krishna Limani - avatar
1 Answer
+ 1
Its as pe default syntax of ANSI sql standard. By default it will seach of col to be dropped. If col is not present by that name, it will throw error message
4th Jul 2016, 12:30 PM
Ashutosh Singh