Instruction
There's just one question in this quiz. And here it comes!
Exercise
An electronics store wants us to create a table for storing information about the notebook computers they offer. They need the following columns:
id– An integer and the primary key.manufacturer– Up to 64 characters.model– Up to 64 characters.price– Up to9999.99. (Note the two digits after the decimal point.)customer_rank– An integer.
The customer_rank column and the manufacturer – model combination must be unique.
Create a table named notebook based on the above description.



