Name and explain control structures used in PL/SQL programming.

What will be an ideal response?

In a sequential structure, a series of instructions are performed from the beginning to the
end in a linear order. None of the instructions is skipped, and none of the instructions is
repeated.
The selection structure is also known as a decision structure or an IF-structure. It
involves conditions with a TRUE or FALSE outcome. Based on the outcome, one of the
options is performed and the other option is skipped. Selection statements are also
available for multiple options.
 In a looping structure, a series of instructions are performed repeatedly. There are
different looping statements appropriate for a variety of situations. A programmer has to
write a loop correctly to make it perform a specific number of times.

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. plug-in II. script III. ASP IV. PHP V. portal A. Web page containing useful information that has been tailored to a particular user B. an open license program C. needed for browser programs to use additional content functions D. programs that run scripts to include new relevant content each time the page loads E. programming often used to adapt the Web page to new content each time

Computer Science & Information Technology

The Miscellaneous tab of the property sheet contains all other properties that are not on one of the other tabs, such as name or datasheet caption

Indicate whether the statement is true or false

Computer Science & Information Technology