Questions Related to databases

Multiple choice technology databases
  1. A stored procedure is typically written in SQL.

  2. A stored procedure is a named PL/SQL block that can accept parameters.

  3. A stored procedure is a type of PL/SQL subprogram that performs an action.

  4. A stored procedure has three parts: the specification, the body, and the exception handler part.

  5. The executable section of a stored procedure contains statements that assigns values, control execution, and return values to the calling environment.

Reveal answer Fill a bubble to check yourself
B,C Correct answer
Multiple choice technology databases
  1. Place the alias at the beginning of the statement to describe the table.

  2. Place the alias after each column, separated by white space, to describe the column

  3. Place the alias after each column, separated by a comma, to describe the column.

  4. Place the alias at the end of the statement to describe the table.

  5. Place the alias at the end of where clause to describe each table

Reveal answer Fill a bubble to check yourself
B Correct answer