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 difference between group by and order by clause?
Explain timestamp?
What is difference between oracle sql and mysql?
Is mysql good for large database?
What is the default port number of mysql?
Is sqlite faster than mysql?
How to get current MySQL version?
Is sql similar to mysql?
How can I see mysql database?
How many TRIGGERS are allowed in MySql table?
How do I quit mysql?
How to connect html form to mysql database using php?
Can varchar be primary key?
How to convert character strings to dates?
How we can create index in mysql?