Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use Kickstarter . accdb Access file to answer the questions. Database Information: Kickstarter.accdb contain two tables: Creator Table contains creator information; ( Fields: creator _
Use Kickstarteraccdb Access file to answer the questions.
Database Information:
Kickstarter.accdb contain two tables:
Creator Table contains creator information; Fields: creatorid creatorname, issuperback ie whether the creator is also a super backer in Kickstarter
Project Table contains project information; Fields: projectid projectname, goal, pledged, state, country, currency, currencysymbol, deadline, createdat launchedat staffpick, backerscount, staticusdrate, creatorid category, spotlight
Submit your SQL statements ONLY in the space provided below.
Test SQL statements before submission.
Partial marks are only provided for and ;
For all other questions no partial marks incorrect SQL statements will be marked as ZERO
In each question, your query can only display the required data. More or less are marked as wrong.
Q: Data Type and EntityRelationship
Mark
What is the data type for projectname?
Marks
Describe how data in tables are related. Justify your answer using an example from the data provided in the tables. Hint: use connectivity and cardinality to explain your answer
Marks Describe; Example
Q: SQL
Marks
Write a SQL statement to display project names, state and category of all the projects.
Marks
In the previous question, state is repeatedly shown. Write a SQL statement to display the distinct states of all the projects.
Marks
Write a SQL statement to display the name, goal, pledged, and deadline for live projects.
Marks
Write a SQL statement to display the name, goal, pledged, and category for successful, cancelled, and suspended projects.
Marks
Write a SQL statement to display the name, goal, pledged, and deadline for the projects with a backers count between and
Marks
Write a SQL statement to display the name and id of projects with smart anywhere in the name field.
Marks
Write a SQL statement to display the unique creator names who have live projects.
Marks
Write a SQL statement to display category and number of projects for each category to show the category popularity based on the number of projects? Rename the frequency column as Popularity in the above SQL
Hint: Use COUNT, GROUP BY and AS Use the COUNT function to get the project count.
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