Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Examples of rows you'll find in each of these tables are as follows: table [ [ ca _ authors,name ] , [ author _
Examples of rows you'll find in each of these tables are as follows:tablecaauthors,nameauthoridTwain, Mark,Atherton, Gertrude,Orsi, Richard,Gutirrez Ramn
tablecabookauthors,boo
Answer the following questions using the information provided above. Do not write SQL
pt What is the area of Sacramento county?
pt What city is the seat of Kern county?
pt In what mountain range is Breckenridge Mountain?
pt What are the titles of two books by Mark Twain in the database?
pt Who are the two authors of the book Contested Eden: California Before the Gold Rush?
pts Besides
what other field could serve as a primary key for the
cacounties table? Explain your thinking.
pt Explain why
would not be a good field to select as the primary key for the
table. Make sure that your explanation is supported by the definition of a
primary key.
pts Identify two foreign key fields in the database. Provide the name of each field, and the
name of the table in which each field resides.
pts What is the relationship between the camountainranges and
camountainpeaks tables? Explain your thinking.
pts What would be a reasonable primary key for the
table? Explain your
thinking.
pts Imagine that you have a mountain peak named after you in the Panamint Range, and this
is recorded in the Californiana database. Provide an example of what such a row might look like
in the
table.
pt Suppose you've written a book about California, and this is recorded in the Californiana
database. Provide an example of what such a row might look like in the
table.
pt Suppose the book you've written is titled Weird Sacramento, and this is recorded in the
Californiana database. Provide an example of what such a row might look like in the
table.
pts What additional row would need to be added to the database to clearly indicate that you
are the author of the book Weird Sacramento? Show what the row would look like, and identify
the table in which it belongs.
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