List all criminals along with the crime charges filed the


The following list reflects the current data request from city managers. Provide the SQL statements that satisfy the requests. For each request, include one solution using the traditional method and one using an ANSI JOIN statement. Test the statements and show execution results.

  1. List all criminals along with the crime charges filed. The report needs to include the criminal ID, name, crime code, and fine amount.
  2. List all criminals along with crime status and appeal status (if applicable). The report needs to include the criminal ID, name, crime classification, date charged, appeal filing date, and appeal status. Show all criminals, regardless of whether they have filed an appeal.
  3. List all criminals along with crime information. The report needs to include the criminal ID, name, crime classification, date charged, crime code, and fine amount. Include only crimes classified as "other".   Sort the list by criminal ID and date charged
  4. Create an alphabetical list of all criminals, including criminal ID, name, violent offender status, parole status, and any known aliases
  5. A column named Mgr_ID has been added to the Prob_Officers table and contains the ID number of the probation supervisor for each officer. Produce a list showing each probation officer's name and his or her supervisor's name. Sort the list alphabetically by probation officer name.

Solution Preview :

Prepared by a verified Expert
Business Economics: List all criminals along with the crime charges filed the
Reference No:- TGS02196207

Now Priced at $25 (50% Discount)

Recommended (95%)

Rated (4.7/5)