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 |
how can we send a concurrent program output to the clients through mail or fax give me example.
how can it possibble to see the report output in excel sheet in oracle applications
You have just had to restore from backup and do not have any control files. How would you go about bringing up this database?
Explain about party and customer in ar : oracle accounts receivable
What is difference b/w Credit memo and Adjustment in AR.
now iam working as an hr executive in hyderabad i would like to learn oracle hrms kindly suggest me some good institutes in hyderabd
Compare and contrast TRUNCATE and DELETE for a table.
What is the Symbol use for Inner Join
What is the meaning of "Modulus" and "Alignment" in a datafile. Data file might be from any database. Data file is created through unloading data from a table. So, while loading this data into my table, I need to use these keywords. Could any one can help me regarding this?
please explain about oracle
How do you resize a data file?
What is the difference between the SQL*Loader and IMPORT utilities?