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 / iamanocp
It displays 4403201000 to 4403202000
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we enter data in a table in design view?
What is the difference between having clause and where clause?
What is sql catalog?
what is the difference between char and varchar data types? : Sql dba
What is cursor and why it is required?
How can I see all tables in sql?
What information is needed to connect sql*plus an oracle server?
What are all types of user defined functions?
What is numeric function sql?
Explain the rollback statement?
Write a sql query to get the third highest salary of an employee from employee_table?
What normalization means?
How can we debug in PL/SQL?
What are the types of sql commands?
what are integrity rules?