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
What is the order of sql select?
What is the use of non clustered index?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What is sp_helptext?
How can triggers be used for the table auditing?
What is difference between inner join and cross join?
Why do we need view in sql?
How do you use a while loop in pl sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?
what is the different between now() and current_date()? : Sql dba
What is primary key in db?
How do I copy a table in sql?
Why is theta join required?
Enlist the characteristics of pl/sql?
Can we use delete in merge statement?