Skip to content

Instantly share code, notes, and snippets.

@colby-schrauth
Last active June 5, 2017 02:12
Show Gist options
  • Save colby-schrauth/00964c13686d4beb2b8459fd856f7a20 to your computer and use it in GitHub Desktop.
Save colby-schrauth/00964c13686d4beb2b8459fd856f7a20 to your computer and use it in GitHub Desktop.
SQL Exploration and QA Template
/* INTRODUCTION
--------------------------------------------------
Enter primary exploration reason here
Enter additional comments here, if needed
DB Table(s) Explored:
db.table_one
db.table_two
db.table_three
Researcher: Name(s)
Date: Date
*/
/* EXPLORATION + QA */
--------------------------------------------------
-- 1. Enter QA Question/Comment here
-- QUERY
-- Documentation here, or in-line (if necessary)
QUERY HERE
-- FINDINGS
-- Answer / Data Discrepancy Found / etc.
--2. Enter QA Question/Comment here
-- QUERY
-- Documentation here, or in-line (if necessary)
QUERY HERE
-- FINDINGS
-- Answer / Data Discrepancy Found / etc.
-- 3. Enter QA Question/Comment here
-- QUERY
-- Documentation here, or in-line (if necessary)
QUERY HERE
-- FINDINGS
-- Answer / Data Discrepancy Found / etc.
/* ACTION ITEMS
--------------------------------------------------
1.
2.
3.
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment