i want to display 1 to 10 numbers using one select statement.
Answer Posted / ameer mujahid
select rownum from employees;
| Is This Answer Correct ? | 0 Yes | 19 No |
Post New Answer View All Answers
what is rollback? : Sql dba
how do you know if your mysql server is alive? : Sql dba
How many scalar data types are supported in pl/sql?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
Can we use delete in merge statement?
What is query syntax?
How do you copy a table in sql?
what is the difference between delete and truncate statement in sql? : Sql dba
how to load data files into tables with 'mysqlimport'? : Sql dba
how would you get the current date in mysql? : Sql dba
What is procedure explain with example?
What are its different types of dbms?
What is the least restrictive isolation level? : Transact sql
How do you update a sql procedure?
Explain the purpose of %type and %rowtype data types?