Question: a. Consider the following table to answer the questions Create a view named ComputerView that should show the columns MainMemory and Model from the COMPUTER

 a. Consider the following table to answer the questions Create a

a. Consider the following table to answer the questions Create a view named ComputerView that should show the columns MainMemory and Model from the COMPUTER table. (3 marks) b. Create a stored procedure named Computer Proc that displays SerialNumber and then Model and DiskSize combined as one attribute named ModelType from the COMPUTER table. (3 marks) Remarks COMPUTER ColumnName SerialNumber Make Type Integer Char (12) Primary key Required Yes Yes No Must be "Dell" or "HP" or "Other" Yes Model Processor Type Processor Speed Char (24) No Char (24) Numeric (3,2) No No No Yes Between 2.0 and 5.0 No Yes MainMemory DiskSize Char (15) Char (15) No Yes

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!