Answered step by step
Verified Expert Solution
Link Copied!

Question

...
1 Approved Answer

Open the Company database in the SQLite Browser and create the following SQL queries: 1. For each warehouse display a country and a city. 2.

image text in transcribed
image text in transcribed
Open the Company database in the SQLite Browser and create the following SQL queries: 1. For each warehouse display a country and a city. 2. For each warehouse display a warehouse address, city, country, and a region name. In this query you need to use two tables: s_warehouse and s_region. Display all customers with names starting from the letter 'S'. 4. Display last names and userid of employees whose manager id is '2' and salaries are less than $1600. 5. Display order ids with customer id is NOT '208'. 6. Display order id with order date starting later or on 1 September 2012. 5-\" You need to follow to the 'Good practice style' of SQL writing: 'I Write SQL commands in capital letter where appropriate i Use aliases for column names WHAT TO SUBMIT: 1. Copy and paste the queries in THIS MS Word document. For example: SELECT last_11a1ne AS [LAST NAME], first_11ame AS [FIRST NAME] FROM s_elnp

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

9781285586618

Students also viewed these Mathematics questions