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
jekas [21]
3 years ago
8

In the INSERT statement that follows, assume that all of the table and column names are spelled correctly, that none of the colu

mns are identity columns, and that none of them have default values or accept null values. What’s wrong with the statement?
Computers and Technology
1 answer:
Firlakuza [10]3 years ago
5 0

Answer:

The number of items in the column list doesn't match the number in the VALUES list.

Explanation:

The statement is:

INSERT INTO InvoiceCopy

(VendorID, InvoiceNumber, InvoiceTotal, PaymentTotal, CreditTotal,

TermsID, InvoiceDate, InvoiceDueDate)

VALUES

(97, '456789', 8344.50, 0, 0, 1, '2016-08-01');

As clearly seen, there are 8 number of items (VendorID, InvoiceNumber, InvoiceTotal, PaymentTotal, CreditTotal,  TermsID, InvoiceDate, InvoiceDueDate) but there are only 7 items in the values list.

Assuming the conditions given are true, it is seen the number of items in the column list does not match that of the values list, which identifies as a fault.

You might be interested in
Each time an end user clicks a hyperlink, the browser generates a(n) _____ page request that is sent to the designated web serve
igomit [66]

Answer: HTTP GET

Explanation: There are many  HTTP(Hypertext Transfer protocol) requests sent to the server from the client .The page that gets request while the hyperlink page is clicked by the client, opens a HTTP GET page that belongs to the Internet protocol's(IP)suite by server. It is a process for the revival of the data from a particular server. The data does not get effected during the process of the retrieval.

3 0
2 years ago
World Book is a/an A. Social media platform. B. Textbook. C. Almanac. D. Encyclopedia.
Nadusha1986 [10]
D. Encyclopedia
Not a b or c
8 0
2 years ago
Read 2 more answers
Ith what frequency do balance changes happen in the game?​
Akimi4 [234]
What game ? I’m not sure what ur trying to ask
8 0
3 years ago
Read 2 more answers
Amanda uses "Influence consideration" as a marketing objective for her Google Display Ads campaign. Which targeting options are
Alekssandra [29.7K]

Answer:

The correct option is option 4 as mentioned below.

Explanation:

As the option are not given in the question, the options are as indicated here

  1. In-Market audiences, Affinity Audiences, Similar Audiences
  2. Custom Intent audiences, Similar Audiences, Custom Affinity audiences
  3. Custom Intent audiences, Similar Audiences, Affinity Audiences
  4. In-Market audiences, Custom Intent audiences, Similar Audiences

Out of these the correct option is the 4th option where the In-Market audiences, Custom Intent Audiences and Similar audience are good targeting option for the Amanda's campaign.

5 0
3 years ago
Read 2 more answers
bits of information that web sites use t identify you the next time you visit are called. a cupcakes b sno-cones c cookies d bro
jek_recluse [69]
Bits of information that web sites use to identify you the next time you visit that website are called C. Cookies.
5 0
3 years ago
Other questions:
  • If she presses the left arrow , what will happened
    15·1 answer
  • 1. Which of the following statements is true regarding the use of refrigerants?
    15·2 answers
  • (HELP ASAP) Jenae is helping her dad create a blog for his garden club. Which tool will she use?
    7·2 answers
  • Cryptcat is a Linux distribution that includes hundreds of security and hacking tools, including Nessus and Metasploit. It can p
    11·1 answer
  • Which programming language was released first
    7·1 answer
  • ¿que significa “TTAQMMQMPDATLSPLNDTMGCCLFEQMMPQTEIUMDR” ?
    5·2 answers
  • What is the next line? >>> tupleB = (5, 7, 5, 10, 2, 7) >>> tupleB.count(7) 1 0 5 2
    9·1 answer
  • Which of the following is NOT a file format used for word processing documents? A. .ppt B. .rtf C. .doc D. .odt
    5·1 answer
  • Recent trends on operating system
    7·1 answer
  • Advantages of a computer​
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!