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
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
What are the usages of sql?
What are the built in functions of sql?
Why primary key is required?
How do sql triggers work?
What does (+) mean in sql joins?
What is the process of debugging?
What is an exception in PL/SQL? What are the two types of exceptions?
What does inner join mean?
How many types of normalization are there?
What is the purpose of using pl/sql?
What is #table in sql?
What is coalesce sql?
what is rdbms? : Sql dba
what are the advantages and disadvantages of cascading style sheets? : Sql dba