Begin
For j in 4403201000 .. 4403202000
Loop
If mod (j, 100) = 0 then
Dbms_output.put_line (j);
End if;
End loop;
End;
what will be the output of this question
Answer Posted / sanotsh
ERROR at line 1:
ORA-01426: numeric over Flow
ORA-06512: at line 2
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which sql most popular?
What are the packages in pl sql?
What is data abstraction in sql?
Why self join is used in sql?
Write a sql query to get the third highest salary of an employee from employee_table?
What is rename in sql?
What is a field in a database?
How delete a row in sql?
What is the difference between delete, truncate and drop command?
What are the events on which a database trigger can be based?
What kind of join is join?
What is the difference between view and stored procedure?
What is dml statement?
What is a primary key sql?
What is a constraint?