Podcast
Questions and Answers
Which type of testing involves testing for each possible input and every possible output?
Which type of testing involves testing for each possible input and every possible output?
- Exhaustive Testing (correct)
- Static Testing
- Dynamic Testing
- Economic Testing
Who typically performs unit testing?
Who typically performs unit testing?
- Developers (correct)
- Independent Testers
- Business Analysts
- Customers
When is the pre-defined exception 'TOO_MANY_ROWS' raised in PL/SQL?
When is the pre-defined exception 'TOO_MANY_ROWS' raised in PL/SQL?
- PL/SQL ran out of memory or memory was corrupted.
- A cursor fetches value in a variable having incompatible data type.
- Select Into statement returns more than one row. (correct)
- None of the above
What is the language used in application programs to request data from the DBMS referred to as?
What is the language used in application programs to request data from the DBMS referred to as?
Select the correct syntax for creating a view:
Select the correct syntax for creating a view: