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 you use collections in procedure to return the resultset?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
How do you break a loop in pl sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
Is mariadb nosql?
List the various privileges that a user can grant to another user?
What is the trigger in sql?
What is a pl/sql block?
What does t sql mean?
What are the two different parts of the pl/sql packages?
What are the events on which a database trigger can be based?
How to connect a sql*plus session to an oracle server?
What is an implicit commit?
Is sql a microsoft product?
What does the hierarchical profiler does?