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
What is program debugging?
How can you get sql*loader to commit only at the end of the load file? : aql loader
How do I know if I have sql express or standard?
How do you exit in sql?
What is compound trigger?
How to add new employee details in an employee_details table with the following details
How global cursor can be declare with dynamic trigger ?
How do I view stored procedures?
How to combine two stored procedures in sql?
what is primary key? : Sql dba
Which tcp/ip port does sql server run?
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
How to create your own reports in sql developer?
What is character functions?
Do we need to rebuild index after truncate?