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 / nitesh
ORA-01426 : Numeric overflow
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Does user triggers have entry for trigger with compilation errors?
Explain what is an index?
Why do we use procedures?
Which is faster subquery or join?
How do I create an index in word?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
What type of database is sql?
what are the limitations of identity column? : Transact sql
What are different types of sql commands?
what are the type of locks ? : Sql dba
what are string data types? : Sql dba
Is natural join and inner join same?
How do temporal tables work?
Can I join the same table twice?
What are schema-level triggers?