Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

sql question which of the following is the query to get Orderdetails whose OrderPrice is 1500,2500 Orders Ord 1 2 OrderDate 2019/2/12 2018/09/23 2018/05/27 2017/08/03

sql question image text in transcribed
which of the following is the query to get Orderdetails whose OrderPrice is 1500,2500 Orders Ord 1 2 OrderDate 2019/2/12 2018/09/23 2018/05/27 2017/08/03 2017/04/09 2017/06/24 OrderPrice 1500 300 700 1500 2500 100 Customer Sujatha Nandini Sujatha Sujatha Jaswanth Nandini 4 5 O SELECT * FROM Orders WHERE Order Price BETWEEN(1500,2500), O SELECT * FROM Orders WHERE Order Price=1500 or Order Price=2500; SELECT * FROM Orders WHERE OrderPrice=1500 and OrderPrice=2500 SELECT * FROM Orders WHERE Order Price IN (1500,2500)

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

Practical Azure SQL Database For Modern Developers Building Applications In The Microsoft Cloud

Authors: Davide Mauri, Silvano Coriani, Anna Hoffma, Sanjay Mishra, Jovan Popovic

1st Edition

1484263693, 978-1484263693

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago