Question: In SQL #1 Create a table called YOUR_NAME_BOAT containing the following fields: Registration Number character 10 bytes Primary Key Manufacturer character 20 bytes Not Null

In SQL

#1 Create a table called YOUR_NAME_BOAT containing the following fields:

Registration Number character 10 bytes Primary Key

Manufacturer character 20 bytes Not Null

Name character 20 bytes

Length numeric - three whole digits & one decimal point Not Null

Horsepower integer

* Registration numbers are in the format NY 1234 FF with embedded blanks and the first two letters identify the state

#2 Populate the table with five records.

#3 Change the horsepower field in the last record to a different value using a "where" clause to select the boat by its registration number

#4 Write a query and select all of the fields. Sort by the "length" field

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!