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
Explain the uses of control file.
What are the ddl commands?
What is difference between table and view?
Can we call stored procedure in function?
How many clustered indexes can you have?
How many triggers can be applied on a table?
What is exit statement?
how to load data files into tables with 'mysqlimport'? : Sql dba
Is sql pronounced sequel or sql?
what is a foreign key ? : Sql dba
Mention what is the plv (pl/vision) package offers?
What is before and after trigger?
Explain commit, rollback and savepoint.
Can we create foreign key without primary key?
What are different sql data types?