Last active
June 5, 2017 02:12
-
-
Save colby-schrauth/00964c13686d4beb2b8459fd856f7a20 to your computer and use it in GitHub Desktop.
SQL Exploration and QA Template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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