How to fetch records from a partitioned table?
Answers were Sorted based on User's Feedback
select * from tabe_name partition (partition_name );
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / santosh kumar
SELECT * FROM TABLENAME PARTITION(PMONHTYEAR)
EX:
SELECT * FROM SALARY PARTITION(P0315)
Is This Answer Correct ? | 1 Yes | 0 No |
What is nested table in pl sql?
What happens if a procedure that updates a column of table X is called in a database trigger of the same table ?
explain the difference between delete , truncate and drop commands? : Sql dba
How to create your own reports in sql developer?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Do foreign keys improve performance?
How is use pl and sql?
What is scalar function in sql?
What is difference between Procedures and Functions ?
How does sql store data?
..........refers to the disk mirroring
How do I run sql?