Showing posts with label PL/SQl. Show all posts
Showing posts with label PL/SQl. Show all posts
Saturday, January 27, 2018

Pl/SQl Programs ADS

thumbnail
16. declare cursor cursor is select * from emp7567 order by salary desc; id emp7567.id%type; name emp7567.name%type; salary emp7567.sa...
Tuesday, January 23, 2018

PL/SQL Programs ADS Lab

thumbnail
Programs: 1.      1.to display the word “HELLO” Code:  declare word varchar2(10) :='Hello'; begin dbms_output.put_l...