Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following table to answer the questions a. Create a view named ComputerView that should show the columns SerialNumber and Make from the COMPUTER

Consider the following table to answer the questions

a. Create a view named ComputerView that should show the columns SerialNumber and Make from the COMPUTER table. (3 marks)

b. Create a stored procedure named ComputerProc that displays SerialNumber and then Main Memory and Disk Size combined as one attribute named ComputerSize from the COMPUTER table. (3 marks)

image text in transcribed

Subject Database design and development Please hurry i need it in 1 hour thanks

Key Remarks COMPUTER ColumnName SerialNumber Make Type Integer Char (12) Primary key No Required Yes Yes Must be "Dell" or "HP" or "Other" No Yes Model Processor Type Processor Speed Char (24) Char (24) Numeric (3,2) No No No Yes Between 2.0 and 5.0 MainMemory Char (15) No Yes Disk Size Char (15) No Yes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions