/* Create records for a subset of the five example.com/net users */ INSERT INTO users (username) VALUES ('alice@example.com'); INSERT INTO users (username) VALUES ('adam@example.net')