DECIMAL(7,2)
mysql>
mysql> CREATE TABLE PENALTIESDEF
-> (PAYMENTNO INTEGER UNSIGNED NOT NULL PRIMARY KEY,
-> EmployeeNO INTEGER UNSIGNED NOT NULL,
-> PAYMENT_DATE DATE NOT NULL,
-> AMOUNT DECIMAL(7,2) NOT NULL);
Query OK, 0 rows affected (0.00 sec)
mysql>
mysql>
mysql>
Related examples in the same category