what does the below code means?
alter table invoices add balance_due(9,2)
i understand that its adding a new column. but why is there two numbers used-(9,2)?
alter table invoices add balance_due(9,2)
i understand that its adding a new column. but why is there two numbers used-(9,2)?