1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
slava [35]
3 years ago
15

Which of the following SQL statements will display all customers who have not recently placed an order? a. SELECT customer# FROM

customers UNION b. SELECT customer# FROM orders; SELECT customer# FROM orders MINUS c. SELECT customer# FROM customers; SELECT customer# FROM orders INTERSECT d. SELECT customer# FROM customers; SELECT customer# FROM customers MINUS
Computers and Technology
1 answer:
JulsSmile [24]3 years ago
3 0

Answer:

The correct option is option 4 from the options indicated below:

Explanation:

The options are as given below

1-SELECT customer# FROM customers

UNION

SELECT customer# FROM orders;

2-SELECT customer# FROM orders

MINUS

SELECT customer# FROM customers;

3-SELECT customer# FROM orders

INTERSECT

SELECT customer# FROM customers;

4-SELECT customer# FROM customers

MINUS

SELECT customer# FROM orders;

Option 1 is not correct as it will provide the list of all the customers whether they have placed order or not.

Option 2 is not correct as it will provide the list of customers who have placed order but are not in the customers table. This will return the empty records.

Option 3 is not correct as it will provide the list of customers who have placed the order.

Option 4 is correct as it will provide the list of customers from the CUSTOMERS table which are not in the Orders table. thus the list of customers who have not placed the order yet.

You might be interested in
ANSWER QUICKLY!!! <br><br> Which aspect of planning is a preventive action?
Brrunno [24]
A preventive action aims to correct a potential problem. Unlike a corrective action, which fixes the root cause of a current issue, preventive actions try to address problems before they happen
6 0
2 years ago
What will empty the log of Internet sites you have recently viewed
melomori [17]
On google- on the top right of the screen, there is a box with a number on it that will show how many tabs you have up. Click on it and empty the sites.
On your phone- If it's an Iphone, you double click the button on your phone.
6 0
3 years ago
Read 2 more answers
Which is an example of an operating system? (5 points)
marta [7]

Answer:

Windows

Explanation:

6 0
3 years ago
John works in the Sales and Marketing group. Why does his group need to interact with operations management to plan the launch o
fredd [130]

Answer:

Operations management will put everything in place to make and distribute the new product.

Explanation:

The sales and marketing group could make a great promotion campaign but if the product isn't ready or isn't in the stores shelves by the moment the campaign hits the media it will be useless.

The operations management's job to put everything in place to make and distribute the new product.

Other choices are not right because....

... will market the new product: no, it's the Sales and Marketing's job to do it.

... hire new employees: no, it's he human ressources' job to do it.

... will sell the new product: no, it's the Sales and Marketing's job to do it.

4 0
3 years ago
At the frequency of 2.4 GHz what is the free-space path loss in dB.
chubhunter [2.5K]

Answer:

The FSBL is 100.05 dB

Solution:

As per the question:

Frequency, f = 2.4 GHz = 2.4\times 10^{9}

Now, we know that to calculate FSBL, i.e., Free Space Path Loss in dB, we use:

FSBL(in dB) = 10log_{10}(\frac{4\pifd}{c})^{2}

where

d = 1 km = 1000

c = 3\times 10^{8} m/s

FSBL(in dB) = 20log_{10}\frac{4\pifd}{c} = 20log_{10}(fd) + 20log_{10}(\frac{4\pi}{c})

FSBL(in dB) = 20log_{10}(f) + 20log_{10}(d) + 20log_{10}(\frac{4\pi}{c})

FSBL(in dB) = 20log_{10}(2.4\times 10^{9}) + 20log_{10}(10^{3}) + 20log_{10}(\frac{4\pi}{3\times 10^{8}})

FSBL(in dB) = 20\times 9.3802 + 20\times 3 - 147.55 = 100.05 dB

6 0
3 years ago
Other questions:
  • Where does the VLookup function find its lookup values?
    14·1 answer
  • Discuss the differences between permanent internal memory and volatile internal memory.
    14·1 answer
  • The font color grid is located in the color group on the design tab. (points : 2) true false
    9·1 answer
  • Pick the simplest line of code to test if the word "BASIC" is stored in the variable text1.
    12·1 answer
  • Which of the following illustrations is depicted in the icon that's used to access Windows Help and Support files?
    13·1 answer
  • 5. Which of the following views is used to run a PowerPoint presentation?
    11·2 answers
  • You have just installed a new NIC in your PC to replace the old one that had started malfunctioning. What additional software mu
    15·1 answer
  • Join zoom meet <br>id=547 458 9345<br>pw=sencHURI​
    8·2 answers
  • Worksheet Identify the devices for moving the cursor around your computer screen
    12·1 answer
  • When conducting memory and recall tests, some people make an effort to normalize memories by not reporting extreme cases. this l
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!