This project is a Tetris game realized using only SQL code, showcasing the powerful capabilities of the SQL language (Turing completeness). It utilizes tables and query statements in the PostgreSQL database to control game logic and display. Although the project includes Python scripts, they are solely for converting user inputs into SQL commands. Additionally, the project provides an out-of-the-box installation method and a detailed explanation of implementation details. Besides being entertaining, it can also serve as a practical project to help explain advanced SQL concepts and deepen understanding of SQL.