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
Is delete faster than truncate?
how to get a list of columns in an existing table? : Sql dba
How do you update a sql procedure?
Does sql*plus also have a pl/sql engine?
What is break?
What are the qualities of 2nf?
Explain what is a field in a database and record in a database?
Can we use pl sql in mysql?
What are sql commands?
What are the operators used in select statements?
Which is faster view or stored procedure?
Can we use pl sql in sql server?
What are the two virtual tables available at the time of database trigger execution?
What is difference between nchar and nvarchar?
what is timestamp in mysql? : Sql dba