Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DBA - 2 2 1 Indicate whether the statement is true or false. 1 . Parameter Modes in the stored program language can be defined

DBA-221Indicate whether the statement is true or false.
1. Parameter Modes in the stored program language can be defined as IN, OUT, or INOUT.
2. Without an ELSE clause, the CASE statement will raise an exception if none of the conditions are met.
3. Single line comments begin with // or #.
4. A database stored program, sometimes called a stored module or a stored routine, is a computer program that is stored within, and executes within, the database server.
5. Variables declared within a block are not accessible in the outer block.
6. The default mode for parameters in a stored procedure is OUT.
7. A trigger will only be invoked in response to a DDL operation (CREATE, ALTER, DROP) against a database table.
8. Most stored programs involve some kind of interaction with database tables.
9. The sequence that variables, cursors, and handlers are defined within a block is unimportant.
10. The stored program language does not offer a full range of control and conditional statements that control which lines of the program actually run under a given set of circumstances.
11. The stored program language supports the C-Style unary operators for increment (++), decrement(--), and compound assignments (+=,-=,*=.=.%=).
12. User variables can be accessed by other user sessions.
13. An unbounded SELECT statement, one not associated with an INTO clause or a cursor, returns its result to the calling program.
14. The CONCAT(string1,string2,string3,..]) function returns a string comprised of all the supplied strings joined together.
15. You must explicitly specifiy the IN Mode in stored functions.
16. Changes made to an overloaded variable in an inner block are visible outside the block.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions