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;
👋 Hi, I'm Suriya — QA Engineer with 4+ years of experience in manual, API & automation testing.
📬 Contact Me | LinkedIn | GitHub
📌 Follow for: Real-Time Test Cases, Bug Reports, Selenium Frameworks.
No comments:
Post a Comment