Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SQL help please? Concat isn't SQlite friendly, unsure of how to fix using these queries. 1 a) Pull a list of customer ids with the

SQL help please? Concat isn't SQlite friendly, unsure of how to fix using these queries.

1 a)

Pull a list of customer ids with the customers full name, and address, along with combining their city and country together. Be sure to make a space in between these two and make it UPPER CASE.

b) Create a new employee user id by combining the first 4 letters of the employees first name with the first 2 letters of the employees last name. Make the new field lower case and pull each individual step to show your work.

c) Show a list of employees who have worked for the company for 15 or more years using the current date function. Sort by lastname ascending.

d) Create a new customer invoice id by combining a customers invoice id with their first and last name while ordering your query in the following order: firstname, lastname, and invoiceID.

e) Which columns from the Customers table contain nul values

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

Professional Android 4 Application Development

Authors: Reto Meier

3rd Edition

1118223853, 9781118223857

More Books

Students also viewed these Programming questions