Assume, you have a table inventory(id int, description text, price int) . How can you change the type of price from int to decimal(10,2)?

🎲 Try a Random Question  |  Total Questions in Quiz: 16  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MySQL Quiz — practice the complete quiz, review flashcards, or try a random question.

For Pluralsight Skill Assessments.


Assume, you have a table inventory(id int, description text, price int) . How can you change the type of price from int to decimal(10,2)?