Answer Posted / sunita
select * from tab
where rownum=2;
Is This Answer Correct ? | 18 Yes | 142 No |
Post New Answer View All Answers
where are cookies actually stored on the hard disk? : Sql dba
Which is better cte or subquery?
Can sql developer connect to db2?
what is a view? : Sql dba
Mention what does the hierarchical profiler does?
How can I see all tables in sql?
How to add a column ‘salary’ to a table employee_details?
What are the types of functions in sql?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What is basic structure of pl sql?
Is sql injection illegal?
What does the base_object_type column shows in the user.triggers data dictionary view?
Define the select into statement.
What is the difference between left join and right join?
how to use regular expression in pattern match conditions? : Sql dba