MCQOPTIONS
Saved Bookmarks
This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Foreign keys can handle deletes and updates. |
| A. | True |
| B. | False |
| Answer» B. False | |
| 2. |
The key declares that an index in one table is related to that in another is called _____________ |
| A. | primary |
| B. | secondary |
| C. | foreign |
| D. | cross |
| Answer» D. cross | |
| 3. |
The operator that does not perform relative-value comparisons is ______________ |
| A. | = |
| B. | == |
| C. | <= |
| D. | >= |
| Answer» C. <= | |
| 4. |
What allows nesting one select statement into another? |
| A. | nesting |
| B. | binding |
| C. | subquerying |
| D. | encapsulating |
| Answer» D. encapsulating | |
| 5. |
The statement to remove indexes on tables is ______________ |
| A. | DROP INDEX |
| B. | DELETE INDEX |
| C. | REMOVE INDEX |
| D. | FLUSH INDEX |
| Answer» B. DELETE INDEX | |
| 6. |
Which variable returns code from operations that return true or false? |
| A. | $rc |
| B. | $rv |
| C. | $rows |
| D. | $ary |
| Answer» B. $rv | |
| 7. |
The variable that is a handle to a database object is ______________ |
| A. | $dbh |
| B. | $sth |
| C. | $fh |
| D. | $h |
| Answer» B. $sth | |
| 8. |
Which variable is used as a handle to an open file? |
| A. | $dbh |
| B. | $sth |
| C. | $fh |
| D. | $h |
| Answer» D. $h | |
| 9. |
In Perl DBI, functions are called ______________ |
| A. | functions |
| B. | procedures |
| C. | methods |
| D. | programs |
| Answer» D. programs | |