Q:

Write a query to drop Address column in tblstudent

0

 Write a query to drop Address column in tblstudent

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

ALTER TABLE tblstudent
DROP Column Address

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 SQL server queries Interview questions

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What would be the output of following query?... >>
<< Write a query to add new column in tblstudent...