Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1- Write an SQL query to show the age of each employee. 2- Write an SQL query to show the CustomerName and the complete address

image text in transcribedimage text in transcribed

1- Write an SQL query to show the age of each employee. 2- Write an SQL query to show the CustomerName and the complete address of each customer (the statement should return only two columns; CustomerName, and address). 3- Write an SQL query to show countries that customers are from. 4- Write an SQL query to show the first name and last name of employees in Upper Cases. The code should return only one column as 'EmpName'. 5- Write an SQL query to show the length of the first name of each employee. 6- Write an SQL query to show the year and month that each order is placed. 7- Write an SQL query to show CategoryName (in capital letters) and Description in lower letters. 8- Write an SQL query to show ShipperName and their names' length. 9- Write an SQL query to show SupplierName and their contactname under a single column. 10-Write an SQL query to show ProductName and their prices. The code should return only one column. Your Database: Records 91 8 10 Tablename Customers Categories Employees OrderDetails Orders Products Shippers Suppliers 518 196 77 3 29

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions