243.
You are a database developer for wide world importers.
You are creating a database that will store order information. Orders will be entered in a client/server application.
Each time a new order is entered, a unique order number must be assigned.
Order numbers must be assigned in ascending order. An average of 10, 000 orders will be entered each day.
You create a new table named Orders and add an OrderNumber column to this table.
What should you do next
View Description
No description found.