Tag: technology
Questions Related to technology
SQL has facility for programmed handling of errors that arise during the manipulation of data.
In a PL/SQL block structure, which parts are optional?
A Rollback statement cannot be used to close transaction.
You want to create a PL/SQL block of code that calculates discounts on customer orders. This code will be invoked from several places, but only within the program unit ORDERTOTAL. What is the most appropriate location to store the code that calculates the discounts?
Which line of the following code has an error? SELECT * FROM emp WHERE comm = NULL ORDER BY ename;
Find the i/p file records as below: Student A - Max = 100 Min = 60 Student B - Max = 60 Min = 50 Student C - Max = 80 Min = 75 How to format the file to the following o/p data? Student A - Maximum = 100 Minimum = 60 Student B - Maximum = 60 Minimum = 50 Student C - Maximum = 80 Minimum = 75