Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to display First 4 rows From Database Table?

Answers were Sorted based on User's Feedback



How to display First 4 rows From Database Table?..

Answer / rathi.sql

select * from employees
where rownum<=4

Is This Answer Correct ?    24 Yes 3 No

How to display First 4 rows From Database Table?..

Answer / rathi.sql

select * from employees
where rownum<=4

Is This Answer Correct ?    16 Yes 2 No

How to display First 4 rows From Database Table?..

Answer / b v n kiran kumar

SELECT * FROM EMP
WHERE ROWNUM<=4;

Is This Answer Correct ?    3 Yes 2 No

How to display First 4 rows From Database Table?..

Answer / shilpa

select top 4 * from table for sql server

Is This Answer Correct ?    0 Yes 0 No

How to display First 4 rows From Database Table?..

Answer / testing

you can get the first four rows using this query

select * from emp limit 4

Is This Answer Correct ?    2 Yes 5 No

How to display First 4 rows From Database Table?..

Answer / naina singh

select top 4 * from table

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Oracle General Interview Questions

What is a SNAPSHOT ?

1 Answers  


Why do we use bulk collect in oracle?

0 Answers  


how to get the second max val for every group in a table

6 Answers   Verizon,


How to create a new table by selecting rows from another table?

0 Answers  


how to store only time in a data base table

2 Answers  


Explain the use of grant option in exp command.

0 Answers  


How to select all columns of all rows from a table in oracle?

0 Answers  


What is a user account in oracle?

0 Answers  


What WHERE CURRENT OF clause does in a cursor?

2 Answers  


How can we find out the current date and time in oracle?

0 Answers  


What is a synonym? What are its various types?

0 Answers  


How to convert times to characters in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)