Q&A for programmers
select count(distinct userid) bronze_badges, (select max(creationdate) from posts) as_at from badges where name = 'javascript'; -- distinct userid is sufficient because the badges are always given in -- the order bronze, silver, gold. If you have three, you have gold.
Error: looks like you typed in the wrong words - try again