GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Oracle
>
SQL Plus
Go To First
|
Previous Question
|
Next Question
SQL Plus
| Question 35 of 132
Print
How do I display row number with records
Total Answers and Comments:
4
Last Update: June 16, 2008
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
March 24, 2005 15:11:46
#1
Ajay
RE: How do I display row number with records
select rownum table_name.* from table_name;
Is this answer useful?
Yes
|
No
March 26, 2005 14:13:04
#2
AjayLebaka
RE: How do I display row number with records
SELECT
rownum
table_name
.*
FROM
table_name
;
Is this answer useful?
Yes
|
No
June 16, 2008 12:06:41
#3
Dr. Codd
Member Since: June 2008 Contribution: 2
RE: How do I display row number with records
SELECT ROWNUM table_name.* FROM table_name;
Is this answer useful?
Yes
|
No
June 16, 2008 23:49:37
#4
sravee123
Member Since: May 2008 Contribution: 24
RE: How do I display row number with records
Select ROWNUM col1 col2 from tablename;
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
Oracle Backup and Recovery Interview Questions
Oracle Basics Interview Questions
Oracle Architecture Interview Questions
D2K Interview Questions
Data Access Interview Questions
Oracle DBA Interview Questions
Oracle security Interview Questions
Database Tuning Questions
Oracle Distributed Processing Interview Questions
Oracle Interview Questions
Oracle Memory Management Interview Questions
Oracle Forms Interview Questions
Oracle Forms Interview Questions
PL/SQL Interview Questions
Programmatic Constructs Interview Questions
RMAN Interview Questions
Real time Oracle Interview Questions
SQL Interview Questions
SQL and SQL Plus Interview Questions
Oracle System Architecture Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved