Baby Names Database

Download a free SQL database of baby names and their short descriptions.

Baby Names Database
Baby Names Database

Database of names from all over the world. more than 28 thousand records.

SQL Database Example

CREATE TABLE `names` (
  `id` int(5) NOT NULL auto_increment,
  `name` varchar(25) NOT NULL default '',
  `meaning` text NOT NULL,
  `gender` varchar(6) NOT NULL default '',
  `origin` varchar(24) NOT NULL default '',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=28583 ;
'ABBA', 'Ghanaian name for females born on Thursday. ', 'female', 'african'

 


Find out about the update of this script first in our telegram channel: https://t.me/proweblabxyz