Podcast
Questions and Answers
What type of testing involves testing for each possible input and every possible output?
What type of testing involves testing for each possible input and every possible output?
- Economic Testing
- Static Testing
- Dynamic Testing
- Exhaustive Testing (correct)
Who typically performs Unit Testing?
Who typically performs Unit Testing?
- Customers
- Independent Testers
- Business Analysts
- Developers (correct)
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:
Flashcards are hidden until you start studying