Advertisements
Advertisements
प्रश्न
In SQL, the aggregate function which will display the cardinality of the table is ______.
विकल्प
sum()
count(*)
avg()
sum(*)
MCQ
रिक्त स्थान भरें
उत्तर
In SQL, the aggregate function which will display the cardinality of the table is count(*)
.
Explanation:
A table's cardinality is its number of rows, which is returned by count(*) from the statement.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?