What is cardinality?
Answers were Sorted based on User's Feedback
Answer / ramki
cardinality refers to the uniqueness of data values in the
particular column of database table.
| Is This Answer Correct ? | 1 Yes | 0 No |
It refers to uniqueness of data contained in a column...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / cherie
In Oracle/PLSQL, the cardinality function returns the
number of elements in a nested table.
The syntax for the cardinality function is:
cardinality( nested table column )
nested table column is the column in the nested table that
you wish to return the cardinality for.
Note:
If the nested table is empty, the cardinality function will
return NULL.
If the nested table is a null collection, the cardinality
function will return NULL.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / suresh.somayajula
it is nothing but collection of tuples in a relation or
collection of attributes in a relation .
| Is This Answer Correct ? | 0 Yes | 3 No |
can we drop dual table
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
hi all, i have installed oracle xe software in windows 7. iam unable to connect sqldeveloper tool. can you please tell me how to connect. provide completed procedure.
What is Tax Categories?
what is the querry to get first 10 records from the emp table?(emp no is the primary key)
A Table has 10,000 records,How can i get latest 10 dates from the table.so that i can only store those 10 records in to my Resultset Object,to reduce load on my app?
WHAT ALL DIFFERENT KIND OF FUNCTIONS AVAILABLE WHILE DESIGN UNIVERSES?
Where would you look for errors from the database engine?
i am working with OC 4.5 i have numbers in table in 10 row with some null values please tell me how to find total? Thanks
deference between & and &&
How can you rebuild an index?
8. Supporting AP, AR and GL?