How can we change the name and data type of a column of a
table?
Answer Posted / aftab alam
to add new columns in databases
alter table <table name> add column <column name> datatype;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the datatype of image?
Explain the difference between primary key and candidate key in mysql?
What is mysql routine?
How many rows mysql can handle?
Where is the mysql data directory?
How to include comments in sql statements?
Why we use mysql database?
How do you name a table?
How do I find mysql location?
Why we use mysqli instead of mysql?
What is the difference between is null & is not null?
What do ddl, dml, and dcl stand for?
How do I clear a mysql database?
What is sql in mysql?
What is required to create mysql database?