EBK CONCEPTS OF DATABASE MANAGEMENT
8th Edition
ISBN: 8220100706004
Author: Last
Publisher: Cengage Learning US
expand_more
expand_more
format_list_bulleted
Question
Chapter 1, Problem 8CATC
To determine
To provide the name of each trip for which the guide is Miles Abrams.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
- The HR department needs a report to display employee information as shown from the job_history table. The months worked is the number of months from the start date to the end date. Only list those employees whose months worked is an even number. Order by months worked descending
database HR
Display the last name, salary, and commission for all employees who earn commissions. Sort data in descending order of salary and commissions.
7. For each project, display project name, project platform, project cost and total number
of student involved. Label the columns as ProjectName, ProjectPlatform,
ProjectCost and TotalStudentInvolved respectively. Order the query in
ascending order by ProiectName.
SQL statements:
Chapter 1 Solutions
EBK CONCEPTS OF DATABASE MANAGEMENT
Ch. 1 - Prob. 1RQCh. 1 - Prob. 2RQCh. 1 - Prob. 3RQCh. 1 - Prob. 4RQCh. 1 - Prob. 5RQCh. 1 - Prob. 6RQCh. 1 - Prob. 7RQCh. 1 - Prob. 8RQCh. 1 - Prob. 9RQCh. 1 - Prob. 10RQ
Ch. 1 - Prob. 11RQCh. 1 - Prob. 12RQCh. 1 - Prob. 13RQCh. 1 - Prob. 14RQCh. 1 - Prob. 15RQCh. 1 - Prob. 16RQCh. 1 - Prob. 17RQCh. 1 - Prob. 18RQCh. 1 - Prob. 19RQCh. 1 - Prob. 20RQCh. 1 - Prob. 21RQCh. 1 - Prob. 22RQCh. 1 - Prob. 23RQCh. 1 - Prob. 1TDECh. 1 - Prob. 2TDECh. 1 - Prob. 3TDECh. 1 - Prob. 4TDECh. 1 - Prob. 5TDECh. 1 - Prob. 6TDECh. 1 - Prob. 7TDECh. 1 - Prob. 8TDECh. 1 - Prob. 9TDECh. 1 - Prob. 10TDECh. 1 - Prob. 11TDECh. 1 - Prob. 12TDECh. 1 - Prob. 1CATCCh. 1 - Prob. 2CATCCh. 1 - Prob. 3CATCCh. 1 - Prob. 4CATCCh. 1 - Prob. 5CATCCh. 1 - Prob. 6CATCCh. 1 - Prob. 7CATCCh. 1 - Prob. 8CATCCh. 1 - Prob. 9CATCCh. 1 - Prob. 10CATCCh. 1 - Prob. 11CATCCh. 1 - Prob. 12CATCCh. 1 - Prob. 13CATCCh. 1 - Prob. 14CATCCh. 1 - Prob. 15CATCCh. 1 - Prob. 16CATCCh. 1 - Prob. 17CATCCh. 1 - Prob. 1SCGCCh. 1 - Prob. 2SCGCCh. 1 - Prob. 3SCGCCh. 1 - Prob. 4SCGCCh. 1 - Prob. 5SCGCCh. 1 - Prob. 6SCGCCh. 1 - Prob. 7SCGCCh. 1 - Prob. 8SCGCCh. 1 - Prob. 9SCGCCh. 1 - Prob. 10SCGCCh. 1 - Prob. 11SCGCCh. 1 - Prob. 12SCGC
Knowledge Booster
Similar questions
- You will be using the Colonial Adventure Tours database. What is the average distance and average maximum group size for each type of trip?arrow_forwarddatabase HR Select employee first name, concatenate it with job, find length of department id, find location of ‘a’ in employee first name column.arrow_forwardYou will be using the Colonial Adventure Tours database. How many current reservations does Colonial Adventure Tours have and what is the total number of persons for all reservations?arrow_forward
- For each different job_id group in the employee table, show the average salary and job_id for the group whose average salary is greater than 6000 and order records according the average salary attributearrow_forwardQ1- List all employees whose job_id is IT_PROG and hired after 01-JAN-95 and earning more than5000.Q2- List all employee except those with employee_id 101, 102, 103, 104 and 105Q3- Display the city attribute from locations table. Show the ones that contain “South” in the city.Sort the list in descending order.Q4- Display the first name, last name, salary, manager id and job id of all employees whose last fourcharacters of job id ends with “LERK”.Q5- Display the first name, last name and salary of all employees. Round the salary to the nearestunit of 1000 (ex. Salary=4500 New Salary=5000). Label the column as "New Salary".arrow_forwardFor each order, list the order ID, customer ID, order date, and most recent date among all orders. Show how you constructed this query using a Venn diagram.arrow_forward
- CUSTOMER Customer table is composed of customer number, name and phone number. Give and fill-in the appropriate attribute name for each of the column. custID 123 124 125 126 reservelD 5001 5002 5003 5004 5005 5006 5007 RESERVATION Each reservation is for one taxi. Reservation table is composed of reservation identification number, start reservation date, end reservation date, reservation days requested by customers starting from reservation date until end of reservation date, customer number that make the reservation and taxi number assigned to the reservation. Give and fill-in the appropriate attribute name for each of the column. taxill custName Ahmad Bin Abdullah Fatimah Binti Adam LAI LA2 Ruqayya Binti Idris Sulaiman Bin Daud LA3 LA4 startDate 01/10/2019 05/10/2019 05/10/2019 15/10/2019 20/10/2019 27/10/2019 02/11/2019 taxiType endDate 03/10/2019 12/10/2019 08/10/2019 17/10/2019 25/10/2019 Sedan Sedan Van Van 30/10/2019 04/11/2019 cust Phoneno TAXI Taxi table is composed of taxi…arrow_forwardList the names of all Staff members who hold a faculty position and have a salary of $45,000 or less. Show their names as their first name, followed by a space, and then their last name but sort the list alphabetically by last name and then first name. Hint: Check out the Position column in the Staff table. All staff members who do not hold a faculty position will get a bonus this year equal to 5% of their salary. List the names, current salary, and bonus amount for each Staff member (non-faculty) who is due a bonus. Show your list in order with the person receiving the highest bonus first.arrow_forwardquestion 3arrow_forward
- The following fields are presented in the table: Member Last Name, MemberFirstName, Street, City, State, ZipCode and MemberFee. The table contains 75,000 documents. How would you build indexes for the table and why would you create these indexes?arrow_forwardSelect all the staff full names with the customer full names of the consignments they have worked on. Include staff that have not worked on any consignmentsarrow_forwardCreate Department table Create table department with given columns Department department_id number --> PK department_name varchar(30) department_block_number numberarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- A Guide to SQLComputer ScienceISBN:9781111527273Author:Philip J. PrattPublisher:Course Technology PtrNp Ms Office 365/Excel 2016 I NtermedComputer ScienceISBN:9781337508841Author:CareyPublisher:Cengage
- Database Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781305627482Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781285196145Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos CoronelPublisher:Cengage Learning
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:9781337508841
Author:Carey
Publisher:Cengage
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Cengage Learning