How many LONG columns are allowed in a table?
Answers were Sorted based on User's Feedback
Answer / harshit varshney
Only one column can have LONG data type. And that column cannot be used in WHERE clause or in ORDER BY clause. Also we cannot add primary key constraint to that column only not to the whole table, that means we will give primary key to any column in the table except the column having the long data type. If we give, we get the error ORA-02269: key column cannot be of LONG datatype.
Is This Answer Correct ? | 4 Yes | 0 No |
Initially question was asked to mention the types of indexes. Then asked about BITMAP INDEX and B-Tree Index
Is sql a oracle?
what are tables and fields? : Sql dba
What is composite data type in pl sql?
Can you have multiple SPs with the same name on a database?
How does cross join work in sql?
How do you know if a relationship is 2nf?
what is pragma ?
What are the types of operators available in sql?
What is a stored procedure ?
What is trigger price?
What is input buffer in sql*plus?