Q:

Write a query to add new column in tblstudent

0

Write a query to add new column in tblstudent

All Answers

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

ALTER TABLE tblstudent
ADD Address varchar(50)

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
Write a query to drop Address column in tblstuden... >>
<< How to drop Primary key(PK) using Alter command...