Review Questions 347
- Which command is used to remove a table from a database?
A. cmdshell –drop table
B. REMOVE
C. DROPTABLES
D. drop table
- SQL injection attacks are aimed at which of the following?
A. Web applications
B. Web servers
C. Databases
D. Database engines
- Which of the following is another name for a record in a database?
A. Row
B. Column
C. Cell
D. Label
- What type of database has its information spread across many disparate systems?
A. Hierarchical
B. Relational
C. Distributed
D. Flat
- What type of database uses multiple tables linked together in complex relationships?
A. Hierarchical
B. Relational
C. Distributed
D. Flat
- What can an error message tell an attacker?
A. Success of an attack
B. Failure of an attack
C. Structure of a database
D. All of the above
- A blind SQL injection attack is used when which of the following is true?
A. Error messages are not available.
B. The database is not SQL compatible.
C. The database is relational.
D. All of the above.