Advertisements
Advertisements
Question
Write the SQL command to change the size of the attribute BASICSAL in the table EMPLOYEES to allow the maximum value of 99999.99 to be stored in it.
Code Writing
Advertisements
Solution
ALTER TABLE EMPLOYEES MODIFY BASICSAL DOUBLE(8,2);
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
