Mysql
 sql >> база данни >  >> RDS >> Mysql

Музикална библиотека MySQL база данни

Нещо подобно би било добре да започнете. Той определя таблица за изпълнители, албуми (с ключове към изпълнители и жанрове), песни (включени в албуми) и жанрове.

Table artists
----
id (primary key),
name
description
years_active
otherinfo (whatever you need)

Table albums
----
id (primary key)
artistid (foreign key to artists table)
name,
releasedate
genreid (foreign key to genres table)
picture

Table tracks
----
id (primary key)
albumid (foreign key to albums table)
name
override_artist (overrides album artist if not null)
playtime
lyric
otherstuff as needed

Table genres
----
id (primary key)
name
description


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Docker Compose свържете ECONNREFUSED 172.18.0.4:3306

  2. Изберете по месец на поле

  3. php предупреждение mysql_fetch_assoc

  4. Екраниране на низове с python mysql.connector

  5. SQL инжекция с php филтриране