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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?