hoose 1 string function and 1 numeric function and write a query that uses the two functions you chose in the same query. Create 3 separate querie

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter1: Overview Of Database Concepts
Section: Chapter Questions
Problem 14MC: A unique identifier for a data row that consists of more than one field is commonly called...
icon
Related questions
Question
100%

(https://dev.mysql.com/doc/refman/8.0/en/functions.html).


Choose 1 string function and 1 numeric function and write a query that uses the two functions you chose in the same query. Create 3 separate queries.

customers
orders
order_items
customer_id INT
order_id INT
order_item_id INT
first_name VARCHAR(45)
customer_id INT
O order_id INT
last_name VARCHAR(45)
address1 VARCHAR(128)
order_date DATE
product_id INT
order_status INT
price DECIMAL (8,2)
city VARCHAR(128)
shipped DATE
Indexes
O delivered DATE
PRIMARY
order_id_idx
product_id_idx
state VARCHAR(2)
zip VARCHAR( 10)
Indexes
country VARCHAR(2)
PRIMARY
phone VARCHAR(12)
customer_id_idx
email VARCHAR(128)
order_status_idx
twitter VARCHAR(45)
Indexes
PRIMARY
Ikp_status_id status
lookup_order_status
products
Pending
Ikp_status_id INT
product_id INT
Awaiting Payment
Awaiting Fulfillment
Awaiting Shipment
Awaiting Pickup
3
status VARCHAR(45)
artist VARCHAR(45)
4
Indexes
title VARCHAR(128)
5
Partially Shipped
PRIMARY
released INT
Completed
Shipped
price DECIMAL (8,2)
Cancelled
media VARCHAR(45)
10
Declined
11
Refunded
stock INT
12
Disputed
Indexes
13
Partially Refunded
14
Delivered
PRIMARY
15
Returned
Transcribed Image Text:customers orders order_items customer_id INT order_id INT order_item_id INT first_name VARCHAR(45) customer_id INT O order_id INT last_name VARCHAR(45) address1 VARCHAR(128) order_date DATE product_id INT order_status INT price DECIMAL (8,2) city VARCHAR(128) shipped DATE Indexes O delivered DATE PRIMARY order_id_idx product_id_idx state VARCHAR(2) zip VARCHAR( 10) Indexes country VARCHAR(2) PRIMARY phone VARCHAR(12) customer_id_idx email VARCHAR(128) order_status_idx twitter VARCHAR(45) Indexes PRIMARY Ikp_status_id status lookup_order_status products Pending Ikp_status_id INT product_id INT Awaiting Payment Awaiting Fulfillment Awaiting Shipment Awaiting Pickup 3 status VARCHAR(45) artist VARCHAR(45) 4 Indexes title VARCHAR(128) 5 Partially Shipped PRIMARY released INT Completed Shipped price DECIMAL (8,2) Cancelled media VARCHAR(45) 10 Declined 11 Refunded stock INT 12 Disputed Indexes 13 Partially Refunded 14 Delivered PRIMARY 15 Returned
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 8 images

Blurred answer
Knowledge Booster
Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr