To add a column named 'Email' of type VARCHAR to an existing table named 'Users,' which SQL statement is correct? - Study24x7
Social learning Network
4 followers study24x7 18 Sep 2024 10:20 AM study24x7 study24x7

To add a column named "Email" of type VARCHAR to an existing table named "Users," which SQL statement is correct?

A

ALTER TABLE Users ADD COLUMN Email VARCHAR

B

ALTER TABLE Users ADD Email VARCHAR

C

UPDATE TABLE Users ADD Email VARCHAR

D

INSERT INTO Users (Email) VALUES ('VARCHAR')

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles