use wmdb; /* An example batch file. This SQL code returns (prints) the id, name and birthdate of the first 10 people in the WMDB.person table. */ select nm,name,birthdate from person limit 10;