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 |
I need a Technical evaluation between Oracle and SAP ? please do a need ful.
the user should know to which database he is connected currently in oracle
TILL WHAT LEVEL OF SECURITY BO SUPPORTS?
what is domain in database and its benefits?
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?
8. Supporting AP, AR and GL?
What is the technical flow associated with P2P or Procure to Pay cycle like the tables, APIs, concurrent programs involved in this cycle. Only technical please.
What command would you use to encrypt a PL/SQL application?
How do you add a data file to a tablespace?
how to create an user in oracle 10g.please give me an example..
How would you determine what sessions are connected and what resources they are waiting for?
What is the difference between a TEMPORARY tablespace and a PERMANENT tablespace?