sum_two_sql

PHOTO EMBED

Sun May 26 2024 17:29:57 GMT+0000 (Coordinated Universal Time)

Saved by @signup

Declare
a integer :=&a;
b integer :=&b;
c integer;
begin
 
  c:=a+b;
dbms_output.put_line('sum are '||c);
end;
/
content_copyCOPY