Skip to content

clebermatheus/NorthwindDerby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Northwind Exercises in Derby SQL

This project is to convert the database from website http://www.calsql.com/2015/09/northwind-database-practice-queries.html to Derby SQL and solved the exercises apresented.

Requirements

Installation

  1. Open the SQL Editor preferred
  2. Run northwind-structure.sql
  3. Run northwind-insert.sql
  4. To run procedures northwind-procedures
  5. To edit procedures, open the Eclipse and select as workspace the root this repository.
  6. To view the file sql of northwind orignal click here.

Bug or sugestions

Open an issue or send email to clebermatheus@outlook.com.

Other Languages