i want to display 1 to 10 numbers using one select statement.
Answer Posted / raghuramu
select rownum from emp
where rownum<=10;
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
How do I add a database to sql?
What are the possible values for the boolean data field?
Why indexing is needed?
What is sql basics?
Explain the update statement in sql
How do you declare a user-defined exception?
Is a secondary key the same as a foreign key?
Mention what are the benefits of pl/sql packages?
what are the types of join and explain each? : Sql dba
what is collation? : Sql dba
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
Can sql function call stored procedure?
how do you tune the slow running queries in oracle db , explain the methodology
explain normalization concept? : Sql dba
What is meant by temporal data?