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


Please Help Members By Posting Answers For Below Questions

What is partition by in sql?

782


1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

2167


Why triggers are used?

741


What is the source code of a program?

707


How to execute a stored procedure?

755






How do you write an inner join query?

692


Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?

1945


Why select is used in sql?

690


What is difference between inner join and self join?

777


What is the maximum number of triggers, you can apply on a single table?

733


What is nvl?

788


What is sql integrity?

782


In pl/sql, what is bulk binding, and when/how would it help performance?

734


Can we use views in stored procedure?

704


what is primary key? : Sql dba

710