How to fetch records from a partitioned table?
Answer Posted / nitinsharma06
select * from tabe_name partition (partition_name );
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why left join is used in sql?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What language is oracle sql developer?
What is sql prepared statement?
How do I run a script in sql developer?
How is pl sql different from sql?
What is procedure and function?
What is not null in sql?
What is varchar used for?
What does sign mean sql?
What is the difference between a primary key and a unique key?
What do you understand by pl/sql records?
Is stored procedure faster than query?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What do you mean by stored procedures? How do we use it?