Count ( ) In SQL Database this is a function which return no of rows from a table in Database . Generally this is used in SQL select statement and count the no. of records in a table . Syntax ->
select count ( expression_name ) from table_name where clause ;
Example -> Suppose i have a table , name is student
0 Comment(s)