Set: SQL: COUNT & AVERAGE

Familiarize

Learn

Test

Play Scatter

Play Space Race

Combine with other sets Login to add to Favorites
Print: Term List | Flashcards Editing not allowed
Export Deleting not allowed

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 4 terms

TermDefinition
SELECT AVG(column_name) FROM table_namereturns the average value of a numeric column.
SELECT COUNT(column_name) FROM table_namereturns the number of values (NULL values will not be counted) of the specified column
SELECT COUNT(*) FROM table_namereturns the number of records in a table:
SELECT COUNT(DISTINCT column_name) FROM table_namereturns the number of distinct values of the specified column:

Set Information

Terms 4
Creator jtwilliams00
Created March 30, 2009
Groups None
Subject SQL
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.