Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hear is the link https://www.w3schools.com/sql/trysql.asp?filename=trysql_op_in for database and it should work there. You must use the appropriate operators e.g., If the goal is to return

    • Hear is the link https://www.w3schools.com/sql/trysql.asp?filename=trysql_op_in
    • for database and it should work there.
    • You must use the appropriate operators
      • e.g., If the goal is to return all customers from Spain, don't do something like this:
         SELECT * FROM [Customers] WHERE CustomerID = '8' OR CustomerID = '22' OR CustomerID = '29' OR CustomerID = '30' OR CustomerID = '69'; 
      • Instead, your answer must correctly use 'Spain' in the SELECT statement
    • If you get stuck, try watching the videos again
    • 90% of the questions I get asked have the answers in the videos
    • If after that, you're still stuck, then please send me a Canvas message
    • I will grade each answer by pasting the statement into https://www.w3schools.com/sql/trysql.asp?filename=trysql_op_in (Links to an external site.) So be sure your answer works in there!
  • Don't wait to begin this!
    • It may turn out to be more difficult than you think.

Flag this Question

Question 110 pts

1. Write a SELECT statement to return the names of all customers from Spain

2. Write a SELECT statement to return the names of all customers from Spain or France

3. Write a SELECT statement to return the last name and first name of all employees whose last name begins with 'D'

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

Students also viewed these Databases questions