Write an SQL statement to create a table called BUYER with the following columns. Make sure to choose the appropriate data type for each column with the data given:
• BUYER_ID, exactly 4 characters and will serve as the Primary Key
• BUYER_Name, up to 25 characters
• BUYER_Age, number data type field with no decimals
• BUYER_ADDRESS, up to 30 characters
• SALARY, number data type field with two decimals