How to display First 4 rows From Database Table?

Answer Posted / shilpa

select top 4 * from table for sql server

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which dictionary tables and/or views would you look at to diagnose a locking issue?

1677


What is the relation of a user account and a schema?

871


What is the difference between substr & instr functions?

834


What is a subquery?

830


What are the varoius components of physical database structure of oracle database?

762


How to define a specific record type?

836


When do I need to use a semicolon vs a slash in oracle sql?

805


Can we write insert statement in function in oracle?

806


How to resolve name conflicts between variables and columns?

793


Can we store images in oracle database?

743


What are the different pseudo commands? Explain in general?

793


What is an oracle function?

822


You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?

1715


What is transport network substrate (tns) in oracle?

792


How to export data with a field delimiter?

783