Luna_Etoile
October 25th, 2004, 05:34 AM
I just don't get it. Please can someone help.
Write an SQL statement which will produce an Oracle table called PRINTERS. The table will hold basic information about computer printers on sale in a high street store and should contain the following fields:
• Make
• Model
• Serial number
• Price
• Quantity in stock
You should note the following points:
• The serial number field contains alphanumeric data and can be up to 40 characters long.
• The price field must be able to store values uo to £999.99
• The quantity in stock is expressed as an integer value
Write an SQL statement which will produce an Oracle table called PRINTERS. The table will hold basic information about computer printers on sale in a high street store and should contain the following fields:
• Make
• Model
• Serial number
• Price
• Quantity in stock
You should note the following points:
• The serial number field contains alphanumeric data and can be up to 40 characters long.
• The price field must be able to store values uo to £999.99
• The quantity in stock is expressed as an integer value