skip to Main Content

Mysql – Creating SQL Tables for a Game's Leaderboard

Newbie here having trouble wiring up some tables for a game's leaderboard. Would appreciate help! I have 3 tables; here's an ER diagram: ┌─────┐ ┌─────┐ │ IPs ├─||─────────────────|<─┤Names│ └──┬──┘ └──┬──┘ │ │ │ │ │ │ │ │ │ │…

VIEW QUESTION

MySQL: Query from multiple tables

I have a database MySQL 8.0 with 12 tables (one of each month) with information about clients. All tables have a Client ID and the amount of money that they save. For example, for two months: +------------------+ + January +…

VIEW QUESTION
Back To Top
Search