Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 658 Bytes

overview.mdx

File metadata and controls

25 lines (19 loc) · 658 Bytes
sidebar_position sidebar_label
1
Overview

Example Projects Overview

Avaiable projects

  • Database is a SQL Server in Localhost
  • Demonstrates database structure
    • Table Address
    • Table Customer (foreign key constraint to Address)
  • Demontstrates how to write ANO Logic
    • Demonstrates update Work Tasks
    • Demonstrates create Work Tasks
  • A GitHub DBmasker project
  • Java 1.8, Maven 3.6.1, Derby 10.14.2.0
  • Database is an in-memory Derby database
    • A simplified Hotelchain database of 8 tables