Page 1 of 1

DATABASE What is the query?

Posted: Mon Jul 11, 2022 9:55 am
by answerhappygod
DATABASE
What is the query?
Database What Is The Query 1
Database What Is The Query 1 (50.54 KiB) Viewed 21 times
Question 2 (2 points) ◄ Listen Submit just the SQL to: Return Company Name as Company (suppliers table) truncated to 20 characters, if the name is less than 20 characters embed a period for each space. Return Product Name (products table) as Product truncated to 15 characters, if the product name is less than 15 characters embed a space. Return product price expanded to 7 characters as Padded Price, if the product price is less than 7 characters embed leading asterisks for each missing character. Sort on price highest to lowest