nerdexam
GIAC

GCIH · Question #571

Which three components must be included in a SQL update statement?

The correct answer is C. Table, column, value. The update statement has the following syntax: update <table> set <column (or variable)> =

Web Application Attacks & Post-Exploitation

Question

Which three components must be included in a SQL update statement?

Options

  • AUnion, column, value
  • BDatabase, row, table
  • CTable, column, value
  • DSelect, row, table

How the community answered

(52 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    88% (46)
  • D
    4% (2)

Explanation

The update statement has the following syntax: update <table> set <column (or variable)> =

Topics

#SQL syntax#UPDATE statement#SQL injection#database

Community Discussion

No community discussion yet for this question.

Full GCIH Practice