Describe a scenario for which a find unmatched query could be used.

Answers

Answer 1
unmatched query can be used when you use one table to store data about an item, and another table to store data about items movement such as sales that involve that thing. To determine which items are idle these stored information is not enough because the item movements table includes data only about items that have been sold. You must compare the two tables to determine which items are idle. In such situations this query is used

Related Questions

Once i have internet connection do i need anything else to surf the web

Answers

 no, no you do not
havee a great day

The ________ layer is roughly the same in osi and tcp/ip

Answers

The transport layer is roughly the same in OSI and TCP/IP

Using Powerpoint or Impress guarantees that your presentation will do the following

A) Stay on schedule and end on time

B) Be clear and understood

C) Keep your audience engaged and excited

D) None of these

Answers

The key word in this question is "guarantees". I can speak from experience that using a PowerPoint does not guarantee that the audience will understand everything included or end on schedule. Anyone who has sat through a PowerPoint-driven lecture can tell you that being engaged and excited depends a lot more on content and delivery than the fact that a PowerPoint was used.

While a PowerPoint may help the presentation stay on schedule, be clear and understood, and keep the audience engaged, the mere fact that a PowerPoint was used guarantees none of these. 
Answer is D

Answer:

D) None of these

Explanation:

Remember that this is a question where you have to think in your experiences, powerpoint can help you make more dynamic a presentation or have a more engaging presentation, but you that doesn´t actually help you or guarantees that your presentation will be engaging and be clear, that all depends solely on you or the presentator that is doing the presentation.

In cell h5 enter a formula that will calculate the percentage of attendees tjat went ro altmonte speings job gair in 2018

Answers

Let the number of attendees who went to the job fain in 2018 be x.
Let the total number of attendees be y.

To find the percentage of attendees in 2018, we will divide the number of attendees in 2018 by the total number of attendees and then multiply the quotient by 100 to get the percentage.

Based on this, the formula would be as follows:
(x/y) * 100

Can you subnet the 172.16.128.0/17 network address to support this subnet?

Answers

Address: 172.16.128.0 10101100.00010000.1 0000000.00000000
Netmask: 255.255.128.0 = 17 11111111.11111111.1 0000000.00000000
Wildcard: 0.0.127.255 00000000.00000000.0 1111111.11111111
=> Network: 172.16.128.0/17 10101100.00010000.1 0000000.00000000 (Class B)
Broadcast: 172.16.255.255 10101100.00010000.1 1111111.11111111
HostMin: 172.16.128.1 10101100.00010000.1 0000000.00000001
HostMax: 172.16.255.254 10101100.00010000.1 1111111.11111110
Hosts/Net: 32766 (Private Internet)

Write the sql code that will change the proj_num to 14 for those employees who were hired before january 1, 1994 and whose job code is at least

Answers

update employees set proj_num = 14 where hire_date <= ‘19940101’

Sql provides the ________ technique, which involves placing an inner query within the where or having clause of an outer query.

Answers

This is a subquery. These queries allow the user to make two or more queries within the same command, giving the user the ability to find data that will then be used as the arguments for the outermost query. This is typically found with queries that use the SELECT statement, finding data within a table or chart.

The first window displayed when you install opensuse is the ____ window.

Answers

is the Boot Options window.

Ou are a web page designer and you set up a page with five different links. a user of the page can click on one of the links or he or she can leave that page. describe the sample space for the outcome of a visitor to your web page.

Answers

There are 6 possible outcomes and they are :

S={link1,link2,link3,link4,link5,leave}

this is the sample space for the outcome of a visitor to your webpage.

____ are software programs that hide in other computer programs and reveal their designed behavior only when they are activated. select one:

a. viruses

b. worms

c. trojan horses

d. back doors

e. alien software

Answers

C
Trojans only show when the damage has been done, no sooner.

Using features on demand results in saving potentially significant amounts of disk space. features on demand becomes a third installation state per feature in windows server 2012 r2. while previous versions allowed only enable or disable, features on demand provides _______.

Answers

The answer is Disabled with payload removed
The development is extremely crucial in the age where we contstantly receive access to overload of content.
Large hardisk means that we could store much more of the amount of data that we could put without compromising the performance.

When a typist changes from a conventional typewriter to a word processor, his typing schema will have to _____ to incorporate the new techniques needed for the new equipment?

Answers

Final answer:

A typist transitioning from a typewriter to a word processor needs to adapt their typing schema to effectively use the new features and functionalities offered by word processing software, enhancing productivity and document quality.

Explanation:

When a typist changes from a conventional typewriter to a word processor, his typing schema will have to adapt to incorporate the new techniques needed for the new equipment. The transition from a conventional typewriter to a word processor involves learning how to utilize features such as variable width fonts, WYSIWYG (what you see is what you get), and leveraging higher resolution output devices like laser and inkjet printers. This adaptation is crucial for taking full advantage of the productivity gains offered by modern word processing software, which can significantly increase the number of pages a typist can produce per hour compared to both manual and electric typewriters.

Your license can be canceled if you __________
A. accumulate 12 or more points on your license.
B. give incorrect information when applying for your license.
C. you reach age 75.

Answers

its B i think hope this helps ! 
It’s b hope that helps

Why would you use the filters when searching the supplier network for a venue?

Answers

The application of filters when searching a supplier network to find an appropriate venue allows the searcher to have displayed only those venues that meet their specific criteria. This makes the search process much faster and more efficient.

Which of these is not a form of customization?
a. Assembly
b. Design
c. Travel
d. Fabrication

Answers

c. travel is the correct answer i believe

Among the given options, travel is not a form of customization. Thus, the correct option for this question is C.

What is Customization?

Customization may be defined as the process of constructing or altering something according to the need or demand of the user or buyer. Each and every industry from clothing to the internet follow this concept of customization in order to make their product's customer based.

There are numerous aspects of customization through which the company or manufacturers modify their products and make them attractive to buyers. This strategy of the company and manufacturers are depend on the assembly, design, and fabrication of products or items.

Therefore, among the given options, travel is not a form of customization. Thus, the correct option for this question is C.

To learn more about Customization, refer to the link:

https://brainly.com/question/3520848

#SPJ2

A database is used instead of a spreadsheet when?

Answers

Lists involve date with multiple themes. 

Using a "word" of 3 bits, list all of the possible signed binary numbers and their decimal equivalents that are representable in:

Answers

The sign bit is the high order bit, so that leaves two bits for the value. Two bits can represent 0-3. 2^2 possibilities.

Final answer:

Using a 3-bit word, the possible signed binary numbers range from -4 to +3, with the most significant bit indicating the sign. The numbers are 000 (+0), 001 (+1), 010 (+2), 011 (+3), 100 (-4), 101 (-3), 110 (-2), and 111 (-1) in binary and their corresponding decimal values.

Explanation:

The question involves listing all of the possible signed binary numbers and their decimal equivalents using a 3-bit word. In signed binary using 3 bits, we can represent a limited range of numbers, from -4 to 3. We use the most significant bit (MSB) as the sign bit where 0 denotes non-negative and 1 denotes negative.

It is important to note that using two's complement, the binary sequence 100 represents -4, which is the minimum value for a 3-bit signed binary number.

Checking the ___________ will reduce the possibility of having to rebuild or replace the engine.

Answers

Answer: The correct answer to the question is to check the oil in the engine.

Explanation: It is very important to check the oil regularly in an engine. This preventive maintenance will reduce the possibility of having to rebuild or replace the engine.

When using words order of operations subtraction is performed before division true or false

Answers

When using words order of operations subtraction is performed before division = False
PEMDAS still applies also in computer languages with the exception of Excel.

The most popular wireless lan technology is ____. wusb (wireless usb) wi-fi bluetooth wimax

Answers

The most popular wireless LAN technology is Wi-Fi.

Explain the purpose of the frame check sequence (fcs) field in a data link frame trailer.

Answers

I think it's to make sure no plagerise 

Write a program that displays in the title of the window the position of the mouse as the user moves the mouse around the window.

Answers

The java program displays these 

In your own words explain the difference between projects, operations and programs. elaborate on your answer by providing a high level example of each.

Answers

A project is a collection of operations and programs that is designed to achieve a high-level strategic goal for an individual or organization. An operation is a more detailed and nuanced aspect of a project that needs to be accomplished for the purpose of ensuring that the overall strategic goal will be met. A program is a process or program implemented in order to carry out and execute a specific operation.

Bianca added a picture to an Excel spreadsheet, but the picture is too dark. She opens the Adjust group in the Picture Tools tab. Which group should Bianca click to make the picture brighter? Color Corrections Compress Picture Remove Background

Answers

Final answer:

Bianca should use the Color Corrections option in the Picture Tools tab to make a picture brighter in Excel.

Explanation:

To make a picture brighter in an Excel spreadsheet, Bianca should use the Color Corrections option within the Adjust group in the Picture Tools tab. She can adjust the brightness, contrast, and sharpness of the picture here. This is different from zooming in to clear a distracting background, which focuses more on composition by cropping out unwanted elements and does not affect the brightness or contrast of the subject itself.

The action or actions that occur within a loop are known as a(n) _________.

Answers

code block or block of code

What is the primary difference between universal groups and global groups in windows server 2012 r2?

Answers

The primary difference between universal groups and global groups in windows server 2012 R2 is that Global groups utilize fewer data in the global catalog. So, in considering replication traffic, universal groups should be within a site. The set of all objects in an Active Directory Domain Services (AD DS) forest is called the global catalog. 

Which of the following is true? ADebit Cards often have a higher interest rate than Credit Cards. BChecks are the most widely accepted form of payment CDebit cards offer the highest level of fraud protection. DChecks and Debit Cards both withdraw money directly from a bank account

Answers

A: Debit Cards often have a higher interest rate than Credit Cards.
B: Checks are the most widely accepted form of payment
C: Cebit cards offer the highest level of fraud protection.
D: Checks and Debit Cards both withdraw money directly from a bank account

If you only have one choice then c:
b: only in the US
a: is wrong, Debit card have no interest rates.

Your grandmother tells you a dollar doesn’t go as far as it used to. She says the “purchasing power” of a dollar is much less than it used to be. Explain what she means. Try to use and explain terms like inflation and deflation in your answer.

Answers

What she means is that a dollar does not buy the same amount of things as it used to. Take a .05 cent candy as an example, in year one the candy costs 5 cents which means you can buy 20 candies. In year 2 the price is .08 cents and you can buy 1/.08 = 12.5 or simply 12 candies. Assuming the candy hasn't increased in quality, this is known as inflation.

Business intelligence applications access large pools of data, usually transactional records stored in large databases called ____.

Answers

Business intelligence applications access large pools of data, usually transactional records stored in large databases called data warehouses (DW or DWH). The data warehouse contains integrated data from one or more disparate sources that is used for reporting and data analysis.

Copying and imitating others is not a source of innovation – true or false?

Answers

-True

Innovation is a discovery of an idea, or thought that eventually turns into a physical thing. Copying is not innovation, its plagiarism. 
This is true just as this is under computer and technology I would use the example of Apple with the launch of the iPhone X which claims was it’s the most advanced phone is basically just copying features of other android phones like wireless charging and fast charging which already has been the standard of other android phones from 2 years before
Other Questions
Vern by Gwendolyn Brooks. What is the tone of poem? the XYZ Affair outraged many Americans what was President John Adams initial stance on how to handle the issue Dialogue can play an important part in any story. in an essay, analyze the dialogue between the young rioters and the other characters. what does the dialogue show about the rioters? the other characters? Can someone please describe the role of fermentation in maintaining ATP and NAD+ levels? I cant fully grasp the concept. Answer ASAP please!!!! How can you tell if an argument is valid?A: Valid arguments are always sound.B: The premises lead logically to the conclusion.C: Valid arguments are never sound.D: There are two premises and a conclusion. What is the best solution to groundwater depletion? According to the union, when were the slaves in the confederacy officially freed An investment firm recommends that a client invest in bonds rated AAA, A, and B. The average yield on AAA bonds is 4 %, on A bonds 6 %, and on B bonds 11 %. The client wants to invest twice as much in AAA bonds as in B bonds. How much should be invested in each type of bond under the following conditions?A. The total investment is $26,000 , and the investor wants an annual return of $1,620 on the three investments.B. The values in part A are changed to $38,000 and $2,360 , respectivelyA. The client should invest $(?) in AAA bonds, $(?)in A bonds, and $(?)in B bonds. The price of an item has been reduced by 55% . The original price was $80 . What is the price of the item now? explain how an element like carbon can be included in both the biotic and abiotic factors of an ecosystem Three factors that increase the rates of enzyme-controlled reactions are the Which shape has congruent diagonals? Question options: a rectangle a parallelogram a trapezoid Solve for n.11(n 1) + 35 = 3nn = 6n = 3n = 3n = 6 what is the ratio of fe3+ ions to o2- in a neutral compound? Which pronoun best completes the second sentence? Nuestra profesora es muy simptica. Tiene mucha paciencia con nosotros y ____ da mucho tiempo libre. me te nos les The table gives the numbers of teachers and students in grades 6 to 8 at Earhart Middle School. Grade Teachers Students 6 1 25 7 2 50 8 3 75 Which teacher-to-student ratio maintains the proportional relationship described in the table? Which of the following polymers provide protection in the plasma membrane? A)Proteins B)Lipids C)Starches D)Nucleic Acids Anthropologist bronislaw malinowski (1913) examined the family structure of nontraditional cultures and settled a long-standing debate when he concluded that Why do you think the policy on sugar in the united states is so heavily slanted towards sugar producers at the expense of candy manufacturers and consumers? what can manufacturers do? what does your response tell you about the benefits of free trade? How did the Declaration of Sentiments help the womens movement? Its list of demands included the right for women to have the vote. Its list of demands included the right for women to become teachers. Its list of demands included safe conditions for women workers. Its list of demands included the right for women to organize protests. Steam Workshop Downloader