Welcome to my blog! Here you'll find an Oracle Applications and Software Testing.
Pages
Oracle Important Query
TCA
CONCURRENT PROGRAM
Oracle All Notes
ORDER MANAGEMENT
PL/SQL
Sitemap
RDBMS
Selenium
JAVA
Testing
Interview Questions
Contact Us
Friday, March 9, 2018
PL/SQL - Accept two numbers and print the largest number
declare
x number;
y number;
begin
x :=&x;
y :=&y;
if( x > y)then
dbms_output.put_line('x is largest than y');
else
dbms_output.put_line('y is largest than x');
end if;
end;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment