self-join
There are 13 repositories under self-join topic.
Gonzagadavid/MySQL-JOINS
Conteúdo sobre Join em SQL, com explicação, exemplos e exercícios em MySQL
afeiship/tree-utils
Tree Utils is the library to convert and manipulate with tree-like structures.
bell-kevin/humanResourcesDatabase
Human Resources database
jecastrom/lab-sql-self-cross-join
Lab SQL Self and cross join
sudomango/MariaDB-SQL-Exercises
Примеры кода SQL-запросов из наиболее сложных решённых задач. Есть полное описание задач и ссылки на источники.
hallsptcd/Advanced-SQL-Server
A repository of more advanced SQL Server queries, including Common Table Expressions (CTEs) and self-joins.
afeiship/rails-module-self-join
Self join case for rails.
bohnelang/SQL_Find_Benutzerdubletten_SisisSunrise
Find duplicates users in Sybase within Sisis Sunrise
danilocandido/click-file
ActiveRecord Self-Join Association
xtina-lt/Friendships-Schema
[MySQL ERD, DB, and quieries] Demonstrates understanding of self join relationship in ERD. SELF JOIN: many to many to same table. In this case.. A user can have a friend (another user from the same table).
xtina-lt/User-Dashb
[PYTHON, FLASK, MYSQL] Connects a flask application to a MySQL database. Uses self join relationships. Shows understanding of validation with users and usernames. Demonstrates CRUD SQL manipulation and execution.