Download this file

6 lines (6 with data), 8.2 kB

SQLite format 3@  .zp
EEü8éGtablepersonspersonsCREATE TABLE persons (
    id INTEGER PRIMARY KEY,           
    first_name TEXT,
    last_name TEXT,
    age INTEGER                                     
)
╦´▄╦AnnaSmith"MarkJohnson*PaulSmith