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
What will you get by the cursor attribute sql%notfound?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the difference between jpql and sql?
How can you tell the difference between an index and a view?
Explain the the delete statements in sql?
What is sql data?
How to select random rows from a table?
What is restrict in sql?
How long does it take to learn pl sql?
What is a dirty read sql?
What do you understand by exception handling in pl/sql?
Is record in pl sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is int identity in sql?
What is pls integer?