Instruction
Great! How do we write decimal numbers in SQL? The answer is simple: just as you write floating point numbers. The number 1.5 still stands for one and a half. Quite convenient, isn't it?
Exercise
We've got a new payment from the user with user_id = 13. He made a payment in the amount of $314.27. Insert this data into the payment table.



