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 |
what is diff between pre insert,on insert,post insert triggers?
how to write a query without using where? Example- select * from employee where empno=10 I need to write this query without where clause.
please send me oracle pl/sql exp resume. and also faqs...
Explain the difference between $ORACLE_HOME and $ORACLE_BASE.
key flexfield structure
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
1.In a table Gender is a column in that male and female are the two data.In a single statement i have to modify all male to female and all female to male vice versa. 2.In a single query i need the count of male data,count of female and total count
Hi, IN oracle apps HRMS, if the employee changes his department, and when a conconurrent program is run for calulating the pay, The latest Dept id is not diaplayed, howeber the previous deptid is considered. Please can someone tell me where is the program going wrong, which side?
Explain about party and customer in ar : oracle accounts receivable
Is there any link between pr form(purchse requisition)and po form(purchase order)
What is an Oracle database Partial Backup?
How to clone the database using RMAN back