Skip to content

SkatAI/sql101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL 101

A comprehensive introduction to SQL and database fundamentals.

Getting Started

Prerequisites

  • Node.js and npm installed

Installation

npm install

Creating Presentations

This project uses Marp to create presentations from Markdown files.

# Convert a markdown file to HTML presentation
npx marp slides/your-presentation.md

# Convert to PDF
npx marp slides/your-presentation.md --pdf

# Convert to PowerPoint
npx marp slides/your-presentation.md --pptx

# Watch mode for development
npx marp slides/your-presentation.md --watch

Project Structure

  • docs/ - Documentation and course materials
  • slides/ - Presentation slides in Markdown format
  • practice/ - Practice exercises and examples
  • src/ - Source code examples
  • data/ - Sample datasets

Available Scripts

  • npm test - Run tests (placeholder)

License

ISC

About

intro course on SQL and postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published