Home
Posts filed under PL/SQl
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
16. declare cursor cursor is select * from emp7567 order by salary desc; id emp7567.id%type; name emp7567.name%type; salary emp7567.sa...
Read more
Tuesday, January 23, 2018
PL/SQL Programs ADS Lab
Programs: 1. 1.to display the word “HELLO” Code: declare word varchar2(10) :='Hello'; begin dbms_output.put_l...