Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 787 Bytes

Proj1-README-en.md

File metadata and controls

18 lines (11 loc) · 787 Bytes

Project 1: Relational Algebra

Overview

In Project 1, we introduce how the Relational Database Management System (RDBMS) represents and processes “data”. This project has 3 sections. In the first section, we will introduce SQL from an abstract perspective. In the second section (Table Codec), we discuss how to store data in the storage engine, which is TinyKV. Finally, we will explain the Relational Model (RM) and the definitions of popular SQL syntax.

Section I

SQL Syntax

Section II

Table Codec

Section III

Relational Models (RM)

Rating

Only Section II will be graded. Section I consists of coding questions from the HackerRank. Section III is for reference only.