Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
The DBA asks for your help in planning the data archive for the following Premiere Products database: Rep (RepNum, LastName, FirstName, Street, City,...
The DBA asks for your help in planning the data archive for the following Premiere Products database:Rep (RepNum, LastName, FirstName, Street, City, State, Zip, Commission, Rate)Customer (CustomerNum, CustomerName, Street, City, State, Zip, Balance, CreditLimit, RepNum)Orders (OrderNum, OrderDate, CustomerNum)OrderLine (OrderNum, PartNum, NumOrdered, QuotedPrice)Part (PartNum, Description, OnHand, Class, Warehouse, Price)Determine which data from the database to archive; that is, for each table, specify whether data needs to be archived. If it does, specify which data, when it should be archived, and whether it should be archived with data from another table.