I am a beginner in SQL and I need help in returning frequency distribution.

I have a table that has row updates in random time (it could update every second or no updates for several seconds). I need a query that returns the number of updates every 15 seconds. HELP!