Sun May 26 2024 17:43:37 GMT+0000 (Coordinated Universal Time)
Saved by @exam123
Declare a integer :=&a; b integer :=&b; c integer; begin c:=a+b; dbms_output.put_line('sum are '||c); end; /
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments