CREATE DATABASE "snapshot" WITH TEMPLATE "source";
INSERT INTO snapshot.table SELECT * FROM source.table;