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
How can we get the number of rows affected by query?
What is the use of mysqli_fetch_array?
What is mysql and mysqli?
How can we optimize stored procedure?
How to use case expression?
What are the 3 main types of search queries?
How do I clear a mysql database?
What is cursor in mysql?
What are the differences between char and varchar?
How to create a new table in mysql?
What is text?
What is procedural api?
What is max connection in mysql?
What is the purpose of using ifnull() function?
How to update a root password.