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 are wait events. Describe the wait event tables.
How can we schedule the procedure to run automatically ?
How many columns should be in an index?
Is pl sql better than sql?
How you will create Toad Function?
In a package if we have 10 procedures or functions,How to know which will execute first?
What are the different set operators available in sql?
Define union, minus, union all, intersect ?
Explain the usage of WHERE CURRENT OF clause in cursors ?
Is it possible to create startup or shutdown trigger for on-schema?
How do I add a database to sql?
what is pragma ?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)