Is it possible to use LONG columns in WHERE clause or ORDER
BY?

Answer Posted / bolearner

Long data type can't participate for any operation in SQL.

Only DML queries can be applied.

Can't apply any aggregate function on LONG colum.

Can't apply any analytical function on LONG colum.

Can apply sequence on LONG colum.

Can apply synonym for LONG column table.

Can create view for LONG column table and Mat view is not possible.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is program debugging?

763


How can you get sql*loader to commit only at the end of the load file? : aql loader

747


How do I know if I have sql express or standard?

756


How do you exit in sql?

815


What is compound trigger?

754






How to add new employee details in an employee_details table with the following details

823


How global cursor can be declare with dynamic trigger ?

1945


How do I view stored procedures?

739


How to combine two stored procedures in sql?

802


what is primary key? : Sql dba

710


Which tcp/ip port does sql server run?

716


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2259


How to create your own reports in sql developer?

729


What is character functions?

744


Do we need to rebuild index after truncate?

703