What is the advantage of selecting the only create connection option when importing data?.

Answers

Answer 1

The advantage of selecting the only create connection option when importing data is that  there would be no tables or reports that will show in your workbook.

What is only create connection about?

The Only Create Connection option only is known to be an option given to a user so that they can save the script in the Excel workbook only.

Conclusively, If a user uses the select the option that is Only Create Connection, a form of data connection will be set up between the database and the workbook that you are working on and then there will be no tables or reports showing in the workbook.

Learn more about data from

https://brainly.com/question/19243813


Related Questions

Josef wants to read more about Justice Jackson. Josef would find most of the information?

Answers

Answer: the answer is d

Explanation:

TRUST ME !!!

what is computer
what is computer ​

Answers

Hi! Computer is an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.

There are a wide variety of nonsampling errors that can occur during data collection including the first type, ________.

Answers

Answer:

There are a wide variety of nonsampling errors that can occur during data collection including the first type, Fieldworker error

Explanation:

hopes this help (:

A Card class has been defined with the following data fields. Notice that the rank of a Card only includes the values from Ace - 10 (face cards have been removed):

class Card {

private int rank; // values Ace (1) to 10
private int suit; // club - 0, diamond - 1, heart - 2, spade - 3

public Card(int rank, int suit) {
this.rank = rank;
this.suit = suit;
}
}

A deck of cards has been defined with the following array:

Card[] cards = new Card[40];

Which of the following for loops will populate cards so there is a Card object of each suit and rank (e.g: an ace of clubs, and ace of diamonds, an ace of hearts, an ace of spades, a 1 of clubs, etc)?

Note: This question is best answered after completion of the programming practice activity for this section.

a
int index = 0;
for (int suit = 1; suit < = 10; suit++) {
for (int rank = 0; rank < = 3; rank++) {
cards[index] = new Card (rank, suit);
index++;
}
}

b
int index = 0;
for (int suit = 0; suit < = 4; suit++) {
for (int rank = 0; rank < = 10; rank++) {
cards[index] = new Card (rank, suit);
index++;
}
}

c
int index = 0;
for (int rank = 1; rank <= 10; rank++) {
for (int suit = 0; suit <= 3; suit++) {
cards[index] = new Card (rank, suit);
index++;
}

d
int index = 0;
for (int suit = 0; suit < = 3; suit++) {
for (int rank = 1; rank < 10; rank++) {
cards[index] = new Card (rank, suit);
index++;
}
}

Answers

Answer: b

Explanation: i did this one!!!!!!!!!!

A program that runs each line one at a time in order is called?

Answers

the answer is a one liner program

Please help me on this it’s due now

Answers

it’s C


i had the same thing and i picked c

The use of smart cranes enables transportation companies to do all of the following except manually load or unload crates onto a train with several workers. Thus, the correct option for this question is C.

What are smart cranes used for?

The features of smart cranes not only support the crane operators but also provides service personnel and terminal operators. They are used to easily accessible crane data, maintenance intervals can be monitored, service work/error analyses simplified and handling rates evaluated more quickly.

According to the context of this question, easy and efficient steering and regulation of heavy loads. It involves the utilization of easy guiding of loads, especially when utilizing a remote control system. Efficient handling of heavy loads with two cranes in tandem operation.

Therefore, the use of smart cranes enables transportation companies to do all of the following except manually load or unload crates onto a train with several workers. Thus, the correct option for this question is C.

To learn more about Transportation, refer to the link:

https://brainly.com/question/27667264

#SPJ7

list four pointing devices and describe the four pointing devices ​

Answers

Answer:

Common pointing devices

Mouse.

Trackball.

Joystick.

Pointing stick.

Explanation:

Hope this helps

Which denial of service (DoS) attack generates a large number of ICMP echo requests from a single request, acting like an amplifier and causing a traffic jam in the target network

Answers

The denial of service (DoS) attack that generates a large number of ICMP echo requests from a single request, acting like an amplifier is a  fraggle attack.

What does a Fraggle attack function as?

A Fraggle Attack is known to be a type of a denial-of-service (DoS) attack that entails the sending of a huge amount of spoofed UDP traffic to a given  broadcast address of a router that is often seen in a given network.

Note that  It is said to work in a similar way like the smurf Attack, that often uses spoofed ICMP traffic and as such, the denial of service (DoS) attack that generates a large number of ICMP echo requests from a single request, acting like an amplifier is a  fraggle attack.

Learn more about DoS attack  from

https://brainly.com/question/13068595

#SPJ1

The person who decides how to organize data into tables and how to set up the relations between these table is the?
database manager
database technician
databaseadmistrator
database designer

Answers

Database manager decide how to set up table

Zoom and Adobe Acrobat Reader are freeware programs. What does this
mean?
A. Anyone can use them free of charge with some limitations.
B. Their source code can be altered or shared as long as attribution
is given
C. Their creators no longer hold the rights to them.
D. Their source code can never be altered.

Answers

hello hello!

the answer to this question would be:
-A. Anyone can use them free of charge with some limitations.

explanation: Freeware is defined as “software available free-of-charge”, and limitations to freeware are decided on by the publishers.

i hope this helps you! :)

Which two statements accurately describe this computer program? Click all that apply.
A. Clicking the green flag is the event that triggers the cat to move.
B. The code is written in C++, a block-based programming language.
C. The programmer refused a module to make the cat move and make noise.
D. There are two sprites, wearing cat and butterfly costumes.

Answers

Answers:
C & D

Explanation:
Clicking the green flag is not the event that triggers the cat to move, as the orange "event" block says to trigger when the sprite is clicked, and this is not C++.

Clicking the green flag is not the event that triggers the cat to move, as the orange "event" block says to trigger when the sprite is clicked, and this is not C++.

What is Computer program?

Instructions must be expressed clearly and precisely since computers can only understand particular instructions or commands in the language that the user is programming them in.

Some computers require users to develop programs using blocks while others demand text-based languages since not all computers can comprehend the same things.

In contrast to computers, your acquaintance would be able to read beyond any spelling and grammar mistakes or request clarification if your handwriting was illegible if you opted to write down the instructions for them.

Therefore, Clicking the green flag is not the event that triggers the cat to move, as the orange "event" block says to trigger when the sprite is clicked, and this is not C++.

To learn more about Computer programe, refer to the link:

https://brainly.com/question/14618533

#SPJ7

A team of scientists is designing a study to examine factors that affect
people's enjoyment of video games. Which statement best represents a valid
hypothesis for the study?
A. More people enjoy role-playing games than platformer games.
B. Action games are better than role-playing games.
C. The graphics in console games are cooler than those in PC
games.
O D. Video games are fun.

Answers

Answer:

A. More people enjoy role-playing games than platformer games.

Explanation:

It is A because the genre of game is a factor of a video game.

B is trying to state an objective truth that one genre is better than another but not giving a reason (like it being more enjoyable).


C isn't even really game related, that would be a study on which gaming platforms are more enjoyable and why.


D has already been established. The current study is to determine what makes them more or less enjoyable.

Answer:

B. Action games are better than role-playing games.

Explanation:

In my opinion I like to do roleplay's I don't know why but I just do, but this is the correct answer.

How do we ensure that future technologies are fair to society? IT professionals and governments must follow ethical principles in the creation of new technology. IT professionals and governments must follow ethical principles in the creation of new technology. It is not possible to utilize ethical principles when creating new technology. It is not possible to utilize ethical principles when creating new technology. Allow the IT industry to regulate itself. Allow the IT industry to regulate itself. Encourage IT professionals to apply current laws and regulations.

Answers

To ensure that future technologies are fair to society, IT professionals and governments must follow ethical principles in the creation of new technology and also apply current laws and regulations.

What is technology promotion?

The use of technology is one that can promote student zeal by given them a form of positive experiences.

Note that to make sure that future technologies are fair to society, IT professionals and governments have to follow all ethical principles in the development of new technology and also they should use the current laws and regulations that are governing IT technologies.

Learn more about technologies from

https://brainly.com/question/25110079

Why is my phone not allowing me to make calls iphone.

Answers

Make sure your celluar data is turned on!
It’s the little green icon when u pull down on the screen looks like a i with 3 lines around it

Also in your settings go to search and type wifi calling and make sure that’s turned on so you can call people when connected to wifi

Finally make sure to full hard restart your phone for as it is a possibility it could have bugged out.
hold power button and sound down still prompts you with a swipe to shut down.

Which of the following is a benefit of using a passphrase?
A. A passphrase is easy for the creator to remember
B. A passphrase can be shorter than a standard password
C. A passphrase will never need to be updated, even if it was compromised in a breach
D. All of the above

Answers

Answer:

Brainliest pls

Explanation:

The benefit of passphrases is that they make it easier for a user to generate entropy and a lack of order—and thus more security—while still creating a memorable credential. Generating entropy through randomized characters can be difficult, but this also makes it more difficult to launch a cyberattack against you.

The following is a benefit of using a paraphrase is D. All of the above.

What is a paraphrase?

Paraphrasing manner placing a person else's thoughts into your personal words. Paraphrasing a supply includes converting the wording even as retaining the authentic meaning. Paraphrasing is an opportunity to quote.

The advantage of paraphrases is they make it simpler for a consumer to generate entropy and a loss of order—and for that reason extra security—even as nevertheless growing a memorable credential. Generating entropy thru randomized characters may be tough, however, this additionally makes it extra tough to release a cyberattack on you.

Read more about the paraphrase :

https://brainly.com/question/17174600

#SPJ2

Explain the relative advantages and disadvantages of an embedded OS based on an existing commercial OS compared to a purpose-built embedded OS.

Answers

The relative advantages of an embedded OS based on an existing commercial OS is known to be a lot and it is given below.

What are the Advantages of an embedded OS based on the above scenario?

The embedded OS is known to be gotten from a commercial general-purpose OS and as such, it is often  based on a composition of familiar interfaces, that boast portability.

Note that  It is very fast and can be predict a lot  when compared to the purpose-built embedded OS that is often used in an embedded system.

Disadvantages of an embedded OS based on  based on the above scenario?

This general-purpose OS is known to be not optimized in terms of real-time thing and in terms of embedded applications.

Based on this a lot of modification is often needed  to achieve good performance.

Learn more about commercial OS from

https://brainly.com/question/3837126

Question 7 of 10
What term is used to refer to the requesting of information from a database?
O A. Inquiring
O B. Asking
O C. Querying
O D. Looking

Answers

C. A query is a request for data or information from a database table or combination of tables. This data may be generated as results returned by Structured Query Language (SQL) or as pictorials, graphs or complex results, e.g., trend analyses from data-mining tools.

In two-dimensional arrays, the _____________ is always listed second.

Answers

Answer:

row

Explanation:

How does the quantity of data affect the accuracy of an experiment?
A. The more data is collected, the more accurate predictions and
results can be.
B. The less data is collected, the more data scientists have to search
for.
C. The less data is collected, the less likely it is that the experiment
will have to be repeated.
D. The more data is collected, the more time scientists spend
analyzing the results and predictions.

Answers

The more data that is collected, the more accurate predictions and results can be.

Windows is a GUI Operating System, what is the other type?

Answers

Answer:

If you are looking for a different type of GUI operating system then :

Linux or mac

if you are looking for a different type of operating system (non-GUI):

Command-line interface

Explanation:

What are the job responsibilities of two types of managers in the web development team?
the communicates with team members and clients and tracks schedule of whole project, whereas the leads the team of web designers and manages web development.

Answers

Answer:

you should akways measure your following distance in

Explanation:

A seconds

B car lengths

C feet

Which example best describes an impact of computers on the economy?
A. Bullying on social media has increased dramatically and across
multiple platforms.
B. Some local businesses have closed because they couldn't
compete with large online sellers.
C. Apps give points for purchases that buyers can use to obtain
discounts.
D. A platform designed to make all user content publicly available
creates privacy issues.

Answers

The answer is D
Ik this cause I took the test

Answer:

B

Explanation:

The reason I say "D" is not the answer because I put the answer in and it was wrong.

Discuss what is an embedded system. Explain the relative advantages and disadvantages of an embedded OS based on an existing commercial OS compared to a purpose-built embedded OS.

Answers

Answer:

An embedded system is a computer system a combination of a computer processor, computer memory, and input/output peripheral devicesthat has a dedicated function within a larger mechanical or electronic system.

Advantage

Simple to deliver higher creation.

Less costs for per bit of resultant.

It has not many interconnections.

It has Better steady and Higher speed.

It has Higher dependable.

To use for one errand.

Disadvantage

Once configured, these systems cannot be changed. ...

They are hard to maintain. ...

Troubleshooting is difficult for embedded systems. ...

Because these systems are made for specific tasks, hardware is limited

What is the address space of a computer with a 64-bit address bus?

Answers

Answer:

In principle, a 64-bit microprocessor can address 16 EiB (16 × 10246 = 264 = 18,446,744,073,709,551,616 bytes, or about 18.4 exabytes) of memory. However, not all instruction sets, and not all processors implementing those instruction sets, support a full 64-bit virtual or physical address space.

Complete the sentence.

It is important that both IT professionals and governments always keep _________ in mind for emerging technologies.

Options
1. Artificial intelligence
2. Intellectual property rights
3. Ethical principles

Most only pick one

Answers

Answer:

It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies.

Explanation:

sorry if im wrong

The complete sentence is:  It is important that both IT professionals and governments always keep Intellectual property rights in mind for emerging technologies. The correct option is 2.

What is Intellectual property?

Intellectual property is those properties that are unique and created by humans. These properties have the copyright of that people so that other people will not steal the work and if they want the work, they have to pay for it.

Some intellectual properties are patents, copyrights, trademarks, and trade secrets. These are the arts, discoveries, technologies, and literature. Government should take care of these people and properties at the time of emerging technologies.

Thus, the correct option is 2. Intellectual property rights.

To learn more about Intellectual property, refer to the link:

https://brainly.com/question/18650136

#SPJ5

Which will have "5" as an output?
>>> from gcd import math
>>> gcd(15,20)
>>> from random import GCD
>>> GCD(15,20)
>>> from math import god
>>> gcd(15,20)
>>> from random import GCD
>>> GCD(15.20)
answer ?

Answers

The code that will have "5" as an output is as follows;

from math import gcd

gcd(15, 20)

Code explanation

The code is written in python.

GCD is the largest common divisor that divides the numbers without a remainder.

gcd is a function in python that accepts two required integers and it finds the HCF.

Base on the code,

We imported gcd from the math module in python.Then, we inputted the integers in the gcd function.

learn more on python here: https://brainly.com/question/25550841

Please help, will give brainliest!!! I need help with these coding questions, any help is appreciated

Answers

Answer:

class Foo:

   def F(self, n):

       if n == 1:

           return 1

       return self.F(n - 1) + 3 * n - 2

Explanation:

This should cover part a to this question. The thing I'm not sure on is they use the term "method" which in python technically means a class function...but then list one argument with the function call which makes me think it is possibly just supposed to be a regular function. Which would be the following snippet. It would depend on if you are using classes or not yet in your coding class.

def F(n):

   if n == 1:

       return 1

   return F(n - 1) + 3 * n - 2

Play around with it and look into python "lists" and "for loops" for part c. Part b I'm not sure what kind of example they want since I'm not in that class. Good luck!

When should the NPP be provided to a patient?
A. During their follow-up appointment
B. When referring the patient to another provider
C. On the patient's first visit
D. When specifically requested by the patient

Answers

There are different kinds of services. The NPP be provided to a patient on the patient's first visit.

What does NPP mean in healthcare?

This term means Non-Physician Practitioner (NPP). The NPP is known to be any form of  document that gives detail about one's patients, employees, and also their health information amidst others.

Note that this is a key aspect of the HIPAA Privacy Rule and a central requirement for any  organization and the NPP be provided to a patient on the patient's first visit to the doctor.

Learn more about Non-Physician Practitioner from

https://brainly.com/question/4784548

If a new car was priced at $23,000 and the m1 in the economy fell, which of the following would occur?

A. More new cars would be produced for the demand.
B. The price of a new car in the economy would fall.
C. The car market woulld collapse.
D. The price would not be impacted by less M1.​

Answers

Answer:

B. The price of a new car in the economy would fall.

Explanation:

The advantage of using a spreadsheet is:
Group of answer choices

Calculations can be done automatically

Changing data automatically updates calculations (as long as Excel is not set to calculate manually)

More flexibility

All of the above

Answers

because it's a good thing

Other Questions
HELP ASAPIn the diagram, m ZAFB = 78Which angle is supplementary to ZAFB and what is its measure? Julie plotted some points on a graph. Point D is 8 units away from the origin. Select each pair of possible coordinates of Point D. show workA. (8, 8) B. (0, 8) C. (1, 8) E. (8, 0) D. (8, 1) Help please Im not sure what Im supposed to do how were economic concerns and industrialization connected to japans imperial powers expansion? Factor the polynomials comletely, then solve 9x^2 +66x+21 = 0 Which of the following best describes how a condominium is owned?O A. A group of partners own the building and rent each apartment tothe residents.O B. The residents of a condominium are shareholders in a corporationthat owns the building.C. A condominium is an apartment that is owned by the residentrather than a landlord.O D. Condominiums are apartments owned by a landlord who chargesrent to the residents. In the first paragraph, the author supports her claim that writers should go to writers' workshops" (sentence 1) byAassessing whether workshops can improve writers' ability to judge their own worksBnoting that workshops provide opportunities to write for diverse media, including televisionexplaining how workshops can help writers learn unpleasant but valuable lessonsDhighlighting the value of workshops for writers at different stages in their careersdispelling the misperception that workshops may stifle writers' creativity A 50:1 scale drawing of your garden shows dimensions of 12 cm by 10.5 cm. how manysquare cm are covered by your real garden? Can someone please help me solve this? or at least explain how I would go about solving this? WILL CHOOSE BRAINLIEST!!!! Write the equation for the line of best fit for this data.ANSWER CHOICES:A: y=3/4x+3.75B: y=-6/5x+1/2C:3x+2D: x+4 HELLPPPP CAN SOMEONE HELP!A coin is flipped three times, and the following list shows the possible outcomes.HHH, HHT, HTH, HTT, THH, THT, TTH, TTTHow many outcomes include exactly one head?Enter your answer as a number, like this: 4 9.9 ft 7.2 ft The figure above shows a movie screen with dimensions shown in feet. What is the length of the diagonal of the screen, in feet? Give the exact solution or round your answer to the nearest tenth of a foot. Kennedy convinced congress to invest more funds in:. What does arranging figures in a pyramid shape indicate? What does 2k^4 * 10k^-7 equal? Harvey the wonder Hamster can run 3 1/6 km in 1/4 hour. Harvey runs at a constant rate find his average speed in kilometers per hour Read the excerpt from "Perseus and the Quest for Medusa's Head."One day, the king called all the noble young men of his country together and told them that he was soon to marry a queen from beyond the sea. He asked each of them to bring him a present to be given to the brides father, for in those times it was the custom that when any man was to be married, he must offer costly gifts to the father of the bride.What kind of presents do you want? said the young men.Horses, answered the king, for he knew that Perseus himself had no horses to give.Perseus was vexed by the kings request, which he knew was meant to shame him. Impulsively he cried out, Horsesis that all you ask? Why dont you ask for something worth having? Why dont you ask for Medusas head?Upon hearing this, the king smiled triumphantly. Then Medusas head it shall be! he said. "These young men may give me horses, but you, Perseus, must bring me the head of Medusa."Which detail from the text best supports the inference that Perseus is being reckless by trying to impress the king?"'Why dont you ask for something worth having? Why dont you ask for Medusas head?'"Perseus was vexed by the kings request, which he knew was meant to shame him.""Upon hearing this, the king smiled triumphantly. 'Then Medusas head it shall be!' he said."'Horses,' answered the king, for he knew that Perseus himself had no horses to give."Read the excerpt from "Perseus and the Quest for Medusa's Head."One day, the king called all the noble young men of his country together and told them that he was soon to marry a queen from beyond the sea. He asked each of them to bring him a present to be given to the brides father, for in those times it was the custom that when any man was to be married, he must offer costly gifts to the father of the bride.What kind of presents do you want? said the young men.Horses, answered the king, for he knew that Perseus himself had no horses to give.Perseus was vexed by the kings request, which he knew was meant to shame him. Impulsively he cried out, Horsesis that all you ask? Why dont you ask for something worth having? Why dont you ask for Medusas head?Upon hearing this, the king smiled triumphantly. Then Medusas head it shall be! he said. "These young men may give me horses, but you, Perseus, must bring me the head of Medusa."Which detail from the text best supports the inference that Perseus is being reckless by trying to impress the king?"'Why dont you ask for something worth having? Why dont you ask for Medusas head?'"Perseus was vexed by the kings request, which he knew was meant to shame him.""Upon hearing this, the king smiled triumphantly. 'Then Medusas head it shall be!' he said."'Horses,' answered the king, for he knew that Perseus himself had no horses to give." What is stress and what can it do to you? calculate the value of (6.9*10^-3)*(2*10^9) give your answer in standard form help What was Stalins fear about West Berlin?A. It would declare an alliance with the Western alliesB. It was being used as a showpiece of capitalismC. It was too strong militarily and posed a threatD. It would spread Communism to East Berlin