All the Perl that's Practical to Extract and Report
SQL Mental note #1:How to create views
CREATE OR REPLACE VIEW person_ro_view AS SELECT first_name, last_name, ssn FROM person WITH READ ONLY;
c/something/somethingother/
/