Answered step by step
Verified Expert Solution
Question
1 Approved Answer
starting with position . LENGTH(str): Return the length of . Google examples as necessary. Section 2: Use database LastNameFirstName_3 to complete the following queries in
starting with position . LENGTH(str): Return the length of . Google examples as necessary. Section 2: Use database LastNameFirstName_3 to complete the following queries in SQL. 7. (2 points) Find all the books that are NOT in the Fitness category. List each book title and category. 8. (2 points) Find all the customers who live in Georgia or New Jersey. Put the results in ascending order by last name. List each customer's customer number, last name, and state. 9. (2 points) List all authors whose last name contains the letter pattern "IN". Put the results in order of last name, then first name. List each author's last name and first name. 10. (2 points) Use a search pattern to find any book title with "A" for the second letter and "N" for the fourth letter. List each book's ISBN and title. Sort the list by title in descending order
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