Sample Header Ad - 728x90

Changing data type of an existing column of SQL database

0 votes
1 answer
58 views
One of the field in an existing SQL table is Decimal (5,5) with no foreign key relationships. Developers wants to change it to Decimal (7,5). What will be the downside of making such changes wich has existing data? Is there any chance of the application not working after making such changes?
Asked by SQL_NoExpert (1117 rep)
Feb 2, 2023, 02:07 AM
Last activity: Feb 7, 2023, 08:50 AM