From ee6fd9e72438a820ba23c46bae7ce6eed82557f1 Mon Sep 17 00:00:00 2001 From: manaflow Date: Sun, 29 Jan 2017 15:16:38 -0600 Subject: [PATCH] resolved conflicts --- References.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/References.txt b/References.txt index d1be418..b3d10c3 100644 --- a/References.txt +++ b/References.txt @@ -231,4 +231,13 @@ This reference details how to export data to an Excel spreadsheet using C#. http://sourceforge.net/projects/itextsharp/ This is a .NET library for exporting data to a PDF file. -=================================================================== \ No newline at end of file +=================================================================== + +====Suggestions by Mark Harbaugh=================================== + +Good reference on database systems. "Fundamentals of Database Systems (6th Edition)" by Ramez Elmasri +https://www.amazon.com/Fundamentals-Database-Systems-Ramez-Elmasri/dp/0136086209/ref=sr_1_2?s=books&ie=UTF8&qid=1485724137&sr=1-2&keywords=fundamentals+of+database+systems + +CheatSheet with SQL statements: https://en.wikibooks.org/wiki/MySQL/CheatSheet +A great resource if your new to SQL. Test out SQL statements with a generated database: http://www.w3schools.com/sql/ +===================================================================