Q) Write a PL/SQL block that reads a number and
check it is Positive or Negative.
set serveroutput on ; a
number ; a:=
&a ; dbms_output.put_line(‘Number is Positive’) ; else
dbms_output.put_line(‘Number
is Nigative’) ; end if ; end ; / |
0 Comments
If you have any suggestion or doubt, please ask me.
Emoji