From 5110e0a014064495530a09a54d2b54e7687eeefc Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: SQL project --- gh/sql/index.html | 1 + gh/sql/m.htm | 4 ++++ p/index.html | 2 +- p/m.htm | 1 + sql/index.html | 1 + sql/m.htm | 16 ++++++++++++++++ 6 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 gh/sql/index.html create mode 100644 gh/sql/m.htm create mode 100644 sql/index.html create mode 100644 sql/m.htm diff --git a/gh/sql/index.html b/gh/sql/index.html new file mode 100644 index 0000000..bde0121 --- /dev/null +++ b/gh/sql/index.html @@ -0,0 +1 @@ +Redirecting
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

Redirecting

http://github.com/porterswanstrom/sql

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/gh/sql/m.htm b/gh/sql/m.htm new file mode 100644 index 0000000..1441855 --- /dev/null +++ b/gh/sql/m.htm @@ -0,0 +1,4 @@ +Redirecting,../../,http://github.com/porterswanstrom/sql +

Redirecting

+ +http://github.com/porterswanstrom/sql diff --git a/p/index.html b/p/index.html index 183c64a..04f8e8b 100644 --- a/p/index.html +++ b/p/index.html @@ -1 +1 @@ -Projects
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

PROJECTS

w (HTML, CSS)
Website

wf (C#)
WinForms

Made by PORTER SWANSTROM

\ No newline at end of file +Projects
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

PROJECTS

w (HTML, CSS)
Website

wf (C#)
WinForms

sql (SQL, PLSQL)
SQL

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/p/m.htm b/p/m.htm index 2a83213..fc3867b 100644 --- a/p/m.htm +++ b/p/m.htm @@ -2,3 +2,4 @@ Projects,../

PROJECTS

w (HTML, CSS)
Website

wf (C#)
WinForms

+

sql (SQL, PLSQL)
SQL

diff --git a/sql/index.html b/sql/index.html new file mode 100644 index 0000000..65ff151 --- /dev/null +++ b/sql/index.html @@ -0,0 +1 @@ +SQL
photo of myself

Porter Swanstrom


HOME : PROJECTS : ABOUT

WHY

This project is for archiving SQL that I wrote for my college classes. None of this is that complex, though some notable code is:

  1. ski.sql

    This script generates tables filled with example data for a ski resort DB. As well as a few views and indexes to demonstrate working with these tables

  2. plsql

    Contains tons of PLSQL queries

GET

The source code is here, get it with:

git clone http://github.com/porterswanstrom/sql

Made by PORTER SWANSTROM

\ No newline at end of file diff --git a/sql/m.htm b/sql/m.htm new file mode 100644 index 0000000..20c91ca --- /dev/null +++ b/sql/m.htm @@ -0,0 +1,16 @@ +SQL,../ +

WHY

+

This project is for archiving SQL that I wrote for my + college classes. None of this is that complex, though some notable code is:

+ +
  1. ski.sql

    +

    This script generates tables filled with example data for a + ski resort DB. As well as a few views and indexes to + demonstrate working with these tables

  2. +
  3. plsql

    +

    Contains tons of PLSQL queries

+ +

GET

+

The source code is + here, get it with:

+git clone http://github.com/porterswanstrom/sql
-- cgit 1.4.1