Parcels' and 'Urisa' Databases in Oracle

databasehomeworkhelp 7 views 22 slides Jul 04, 2024
Slide 1
Slide 1 of 22
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21
Slide 22
22

About This Presentation

This presentation provides solutions to SQL queries from the 'parcels' and 'urisa' databases stored in Oracle. These exercises aim to enhance your understanding of SQL 'select' statements, 'group by', joins, self-joins, and handling missing values. Solutions are exper...


Slide Content

Database Homework Help Topic: ‘Parcels ' and ‘ Urisa ' databases in Oracle For any Assignment related queries, Call us at : -   +1 (336) 559-3795 You can mail us at : -   [email protected] Reach us at : - https://www.databasehomeworkhelp.com/

https://www.databasehomeworkhelp.com/ Introduction This presentation provides solutions to SQL queries from the 'parcels' and ' urisa ' databases stored in Oracle. These exercises aim to enhance your understanding of SQL 'select' statements, 'group by', joins, self-joins, and handling missing values. Solutions are expertly provided by databasehomeworkhelp.com , ensuring clarity and accuracy.

https://www.databasehomeworkhelp.com/ Purpose Explore 'parcels' and ' urisa ' databases using SQL Understand SQL 'select' statements with 'group by', joins, self-joins, and missing values Practice creating temporary tables in Oracle

https://www.databasehomeworkhelp.com/ SQL Plus Logon and Setup Log on using Oracle accounts 'parcels' and ' urisa ‘ Create temporary tables using unique prefixes Change password for individual accounts using Athena ID

https://www.databasehomeworkhelp.com/ Querying the 'Toy' Parcel Database Construct SQL statements for the following queries. Question: Which parcels had square footage greater than 10,000 square feet? Code:

https://www.databasehomeworkhelp.com/ Question: Which of these parcels in part a had land use code 'C '? Code:

https://www.databasehomeworkhelp.com/ Question: Repeat the answer from part c, but this time list the name of the owner in the first column. Code:

https://www.databasehomeworkhelp.com/ Question: What is the total loss for each owner whose parcel(s) burned? Code:

https://www.databasehomeworkhelp.com/ Question: How many parcels do each owner own and what total square footage of land do they own? Code:

https://www.databasehomeworkhelp.com/ Question: Modify your answer to part f to exclude any parcels with square footage less than 30,000 square feet. Code:

https://www.databasehomeworkhelp.com/ Question: Modify your answer to part g to exclude any owners that only own one qualifying parcel. Code:

https://www.databasehomeworkhelp.com/ Question: Explain the difference or similarity between COUNT(*) and COUNT(tax ). Code : Explanation : COUNT(*) counts all rows. COUNT(tax) counts only non-null values in the 'tax' column .

https://www.databasehomeworkhelp.com/ Question: What is the total value (land value plus building value) per square foot of each parcel? Code: Explanation: The query returns 8 rows because some rows have null or zero values that are excluded.

https://www.databasehomeworkhelp.com/ Querying the URISA Proceedings Database Construct SQL statements for the following queries. Question: Which keywords were used at least 30 times? Code:

https://www.databasehomeworkhelp.com/ Question: List the authors who wrote at least 4 papers. Code :

https://www.databasehomeworkhelp.com/ Question: Find the paper number and title of all papers using both keyword 305 and 218. Code:

https://www.databasehomeworkhelp.com/ Additional Questions Construct SQL statements for the following queries. Question: Correct and run the provided query for total loss from fires greater than $100,000. Code:

https://www.databasehomeworkhelp.com/ Question: Which papers written in 1988 had three or more authors? Code:

https://www.databasehomeworkhelp.com/ Question: List the authors who co-authored a paper with either 'Longley' or 'Curry'. Code:

https://www.databasehomeworkhelp.com/ Question: Which authors used keywords 305, 306, and 307 in their papers ? Code:

https://www.databasehomeworkhelp.com/ Conclusion In conclusion, the SQL queries and their solutions presented here demonstrate practical applications of relational database concepts. For comprehensive assistance and expert guidance on database assignments, visit databasehomeworkhelp.com . Enhance your SQL skills with reliable support.

https://www.databasehomeworkhelp.com/ Thank You