Biology, asked by Hritik5162, 1 year ago

An emp table contains fields employ name, desig and salary. How do you drop column salary?

Answers

Answered by yazhini661
9

emp mean empty

by judging the proportion of all those mentioned ..

Answered by Agastya0606
9

Answer:  you type - "drop salary"

1) In SQL language, we use the 'drop' clause to delete columns

2) the correct syntax is drop <column name>

3) so "drop salary" is the answer

Similar questions