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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started