Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

** SQL DATABASE .. Using MySQL, Oracle, Microsoft SQL Server, Access etc.. ** Create a table to have the fields: First Name Last Name Street

** SQL DATABASE .. Using MySQL, Oracle, Microsoft SQL Server, Access etc.. **

  • Create a table to have the fields:
    • First Name
    • Last Name
    • Street Address
    • City
    • State
    • Zip
    • Mobile Phone
    • Home Phone
    • Date of Birth
    • Biologic Gender
  • Add or identify the tables primary key and make sure those fields can not be empty or null.
  • Insert 10 rows of people.
  • Select all rows
  • Select all females
  • Select all males
  • Write and execute 3 select statements to uniquely select specific people using the primary key fields.
  • Change some values on each of 4 specific people using the primary key fields with update statements.
  • Select all rows
  • Delete 4 specific people using the primary key fields with delete statements
  • Select all rows
  • Delete all males
  • Select all rows
  • Delete all females
  • Select all rows
  • Upload all your SQL statements and results

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

Hands-On Database

Authors: Steve Conger

2nd Edition

0133024415, 978-0133024418

More Books

Students also viewed these Databases questions