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
How is a PL/SQL code compiled?
what are the different tables present in mysql? : Sql dba
What are the types of subqueries?
How do I count records in sql?
What do you mean by field in sql?
Is progress software supports to ( pl/sql )?
what are the advantages and disadvantages of views in a database? : Sql dba
What is the difference between microsoft sql and mysql?
Is it possible to link two groups inside a cross products after the cross products group has been created?
how is exception handling handled in mysql? : Sql dba
Is full outer join same as cross join?
What is coalesce in sql?
What is sql engine in oracle?
what are enums used for in mysql? : Sql dba
What is %s in sql?