How can we change the name and data type of a column of a
table?
Answer Posted / szsad
excuse mr pls
ALTER TABLE products ALTER COLUMN price TYPE numeric
(10,2);
uyah nanhi vhalta hai
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is mysql free for enterprise?
How to create a new table in mysql?
How can you filter the duplicate data while retrieving records from the table?
Is Mysql query is case sensitive?
How do I drop a database in mysql?
What is mysql protocol?
What is acid in mysql?
Write a query to retrieve a hundred books starting from 20th.
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
What is the return type of mysqli_query?
What are the advantages of a procedure?
What is a longblob?
What is the use of mysqli_query?
List some comparisons operators used in mysql?
What is a text delimiter?