database-design tag

13 questions


2 answers
115 views
0
Learn how to manage tables that are growing in the database.

Assume a relational database using MySQL.For example, how do you manage databases like bulletin boards that users post more and more, but cannot erase?Even if I put an index on it, I'm worried that if...


2 answers
86 views
0
Design to register random regular holidays

I'm making data on the tourist attraction list, but I'm having trouble setting up regular holidays.Specifically close_mon~close_sunI have prepared the columns in and judge them by 0,1, but depending o...

2 years ago

3 answers
134 views
0
Understanding Database Design

I'm worried about designing the database.For example, create a database for user information.usersidnameIf you want this to be gender, usersidnamesex_idsexesidnameI think this is fine, but for example...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.