Execution of the SQL commands - Create Tables using SQL DDL

Assignment Help Database Management System
Reference no: EM13323369

Part A: SQL Queries

Use the prime_minister database (prime_minister.sql) from the Interact Resources site. Answer the following queries from that database.

You are required to submit:

  1. The appropriate SQL statements for each query, which should be copied from your SQL code in MySQL and pasted into your submission file;
  2. Your SQL script, which is either for each question--one-step solution, or for the two sub-questions of each question-- two-step solution; and
  3. Screenshots of the resultant tables which are to be pasted into your submission file immediately after the SQL code for that query. Typing or manually drawing the results is NOT acceptable.

NOTE:

1. Your SQL code should be correct for any data, not just any sample data that you create.

2. If your query results are contradict with the fact, please still present your answers based on the given prime_minister database.

3. The final query results by either one-step solution or two-step solution for each question should be the same.

Write SQL SELECT statements to retrieve the following information from the prime_minister database: Answer all questions

1. Find all Governors General of Australia who were Barons at the time of their appointment. List them by Title and name and date that they were appointed to the position. Order the list by ascending date of appointment.

You can choose to answer this question in two steps:

a.Restrict your query to Governors General who were Barons at the time of their appointment

b.Then format the date of appointment as day of the week, day of the month, month and year; eg. Monday, 01 January, 1901. Order the list by ascending date of appointment.

2. Find all the Leaders of the Opposition and their date of appointment who gained their position after 01/01/1980, their wife's name and their date of marriage. Order the list by ascending date of appointment.

You can choose to answer this question in two steps:
a. list those who were the Leaders of the Opposition and their date of appointment who gained their position after 01/01/1980.
b. For each Leader of the Opposition listed as above, add their wife's name and their date of marriage.

3.Who are the Leaders of the Opposition who were not members of a Labor party and who gained their position after 01/01/1980. List their name, date of election in the format month, day of week and year, eg: January 1st, 1980, spouse's name and their year of marriage. Order the list by ascending date of appointment.

You can choose to answer this question in two steps:
a. List whose who are the Leaders of the Opposition who were not members of a Labor party. Order the list by ascending date of appointment
b. Based on the result of Q.3a, list whose who gained their position after 01/01/1980. Order the list by ascending date of appointment

4.List the title, name, date of appointment for Governors General of Australia who were appointed between 01 January 1930 and 01 January 1960, together with the Prime Ministers who appointed them and all Leaders of the Opposition who served during their appointment. The date is to be formatted in dd/mm/yyyy format. Order by ascending date of appointment.

You can choose to answer this question in two steps:
a. List the title, name, date of appointment for Governors General of Australia who were appointed between 01 January 1930 and 01 January 1960. Order by ascending date of appointment.
b. Together with the result of Q.4a, list the Prime Ministers who appointed them and all Leaders of the Opposition who served during their appointment. Order by ascending date of appointment.

5. Who are the Opposition Leaders who subsequently became Prime Minister after 1930 ? List their name, the date they were elected Opposition Leader and the date they were elected Prime Minister and their Deputy Prime Minister's name and the party that they led. The dates must be formatted as day of the week, day of the month, month in digits and year in four digits; eg. Monday, 01/01/1901. Order the list by ascending date of appointment as Opposition Leader.

6.. Who are the Prime Ministers who led a non-ALP party before 1930? List the Prime Ministers name, the year they commenced as Prime Minister, their party, their Deputy Prime Minister, the number of times that they were elected as Prime Minister and the title and name of the Governor General at the time they commenced office.

Part B. Create Tables using SQL DDL

The following questions are based on the Bicycle Rental ERD as shown below:

Tasks:

  1. Write the SQL DDL to create the database that contains each of the relations shown in the above ERD. You will need to provide:
    1. Your DDL code for each table that you create;
    2. A screenshot showing each table that is created.
  2. Write and execute SQL definition commands for each of the following queries:
    1. Add the attributes Email, Comments and Send Newsletter to the Renters table. Give those attributes an appropriate size and data type.
    2. Change the attribute Renters.renterDOB from type Varchar(15) to type DATE.
  3. Write and execute SQL commands for the following:
    1. Add the following customers to the Renters table.
    2. Write a command that will remove the Jones that lives in Orange from the Renters table

id_r

r_lname

rent_fname

r_address

r_town

r_state

r_pcode

r_phone

r_dob

12345

Jones

George

123 Bentinck St

Bathurst

NSW

2795

0212345678

01/05/1964

23456

Jones

Pauline

48 Summer St

Orange

NSW

2800

0223456789

11/09/1986

28765

Wilson

Paul

23 Long St

Blayney

NSW

2799

0298745621

22/12/1977

You are required to submit:

  1. The appropriate SQL command which should be copied from your source code in MySQL and pasted into your submission file; and
  2. The resultant tables, which must be screenshots to show the change due to the execution of the SQL commands.

Reference no: EM13323369

Questions Cloud

Explain the temperature of a liquid as evaporation occurs : What happens to the temperature of a liquid as evaporation occurs. A. The temperature of the liquid increases. B. The temperature of the liquid remains the same. C. The temperature of the liquid decreases. D. Liquids cannot evaporate
Locate the position of string in the str1 variable : Given the following string variable, write a statement that would locate the position of "string" in the str1 variable and store the result in an int variable named pos.
Explain change occurs when liquid water is frozen : Which of the following accurately describes the change that occurs when liquid water is frozen into an ice cube. A. A physical change B. A chemical change C. Both a physical and chemical change D. Neither a physical nor a chemical change
Use an appropriate parameter passing mechanism : Use an appropriate parameter passing mechanism. Your function will not do any cin or cout. Do not write a main function. Make sure to properly format all your code.
Execution of the SQL commands - Create Tables using SQL DDL : The appropriate SQL command which should be copied from your source code in MySQL and resultant tables, which must be screenshots to show the change due to the execution of the SQL commands
Explain a liquid boils when its heat of vaporization : A liquid boils when its heat of vaporization is the same as its temperature. D. A liquid boils when its evaporation rate becomes constant.
Write a function which takes a c string as an input : Write a function which takes a C string as an input and converts it to all uppercase characters. For each lowercase character in the C string, simply subtract 32 from it to form the uppercase character.
Define what is the equilibrium constant : What is the equilibrium constant, K, value (ignore units) at 441.3 K for the following reaction ? N2(g) + 3 H2(g) ? 2 NH3(g) [Note (all at 25oC): (1) Standard enthalpies of formation for N2, H2, and NH3
What is the direction of this magnetic field force : An object with a charge of 4.6 MicroC moves from moves from the top to the bottom of this page at a speed of 16.6 m/s. What is the direction of this magnetic field force

Reviews

Write a Review

Database Management System Questions & Answers

  Dimensions and attributes in a star schema model

Explain the use of facts, dimensions and attributes in a star schema model. Explain the use of facts, dimensions and attributes in a star schema model.

  Relations of airline flight information

The relations given below keep track of airline flight information:Flights(flno: integer, from: string, to: string, distance:integer, departs: time, arrives: time, price: real)Aircraft(aid: integer, aflame: string, cruisingrange: integer)

  Find average number of books borrowed per member

Find the average number of books borrowed per member. Take into account that if a member does not borrow any books, then that member does not appear in the borrowed relation at all.

  Explaining software measurement related to software metrics

Is software measurement equivalent to software metrics? What makes them different?

  Describe the various network implementations

The marking scheme, which is given in detail below, particularly rewards the way in which you relate your specific proposals to the material presented in the Course.

  Demonstrate academic and professional literacy

Demonstrate academic and professional literacy by collating theoretical and practical course material into a workable application through understanding concepts and their practical application using .NET.

  Data entities of this enterprise

Consider a student club or organization in which you are a member. What are the data entities of this enterprise? List and define each entity.

  Explain how to create query in access query wizard

Describe how to create a query in Access Query Wizard equilvant to the query: SELECT first, last, department, hours FROM payroll WHERE hours>.

  Use sql to create database

Use SQL to create the following database; to including referential integrity. You may NOT use the GUI for this part of the exercise. COURSE ( CourseNu, CourseName, CreditHrs).

  Write name of employee on every project located in houston

Write the name(s) of employee(s) who works(work) on every project located in Houston. Write the name(s) of employee(s) who only works(work) on every project located in 'Houston.'

  Print to screen the ''below average''

Print to screen the 'below average' if minimum unit_cost is 10 for the same product (use sh.costs table)

  Identify each relationship type and write all of the busines

Identify each relationship type and write all of the business rules and create the bask Crow's Foot ERD for DealCo.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd