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


Please Help Members By Posting Answers For Below Questions

What is oracle sql called?

502


what is the syntax for using sql_variant_property? : Transact sql

528


Does oracle use sql?

508


What is a schema sql?

529


what is online transaction processing (oltp)? : Sql dba

523






What is sqlcontext?

547


What are the benefits of pl/sql packages?

539


Can we alter stored procedure?

539


What is the need of a partition key?

530


what are the types of subquery? : Sql dba

584


When is a declare statement required?

671


what is 'mysqldump'? : Sql dba

566


how to get @@error and @@rowcount at the same time? : Sql dba

525


How to add a column ‘salary’ to a table employee_details?

583


what is csv? : Sql dba

570