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)- A2% (1)
- B6% (3)
- C88% (46)
- D4% (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.