Question: SQL DataBase I need help creating a query where I show the number of names there are for each gender in the year 1962. Here
SQL DataBase
I need help creating a query where I show the number of names there are for each gender in the year 1962. Here is the table:
The table name is called BabyName
+--------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------+-------------+------+-----+---------+-------+ | name | varchar(15) | NO | PRI | NULL | | | count | int(11) | YES | | NULL | | | gender | char(1) | NO | PRI | NULL | | | year | smallint(6) | NO | PRI | NULL | | | place | char(2) | NO | PRI | NULL | | +--------+-------------+------+-----+---------+-------+
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
