SóProvas


ID
2512564
Banca
INSTITUTO AOCP
Órgão
MPE-BA
Ano
2014
Provas
Disciplina
Banco de Dados
Assuntos

Em SQL, existe a função COUNT() que pode ser utilizada por desenvolvedores em suas aplicações. O objetivo de se usar a função COUNT() em um comando SELECT é

Alternativas
Comentários
  • b-

    This function returns the number of items found in a group. COUNT operates like the COUNT_BIG function. These functions differ only in the data types of their return values. COUNT always returns an int data type value. COUNT_BIG always returns a bigint data type value.

    https://docs.microsoft.com/en-us/sql/t-sql/functions/count-transact-sql?view=sql-server-ver15