Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Create Mysql Music Database Help

Create Mysql Music Database Help

Scheduled Pinned Locked Moved Database
questiondatabasemysqldesignhelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Muveen_Delhi
    wrote on last edited by
    #1

    Hi, I am going to create a database in MySql to show the information on the website page. I have data in my excel sheet it is related to Bollywood Movies / Songs. Excel Sheet coloum details : Songs Title, Movie Name, Year, Singer, Music Director, Lyrics, Picturised, Actors, Banner, Producer, Director, Music Company. I have Posters of Movies, pictures of all actors, Music directors, Singers etc. Now my question is : How can I design the database to show the record on the page. 1. If any user click on the particular Movie the table should show the details are : Song title | Singer | Music Director | Lyrics | Picturised Poster of the movie will show on left / right side of the same page 2. If any user click on the particular singer the table should show the singer's filmography details are : Movie | Year | Music Director | Music Company 3. If any user click on the particular Movie the point no. 1 will be repeat 4. If any user click on the particular Music Director the table should show the Music Director's filmography details are : Movie | Year | Director | Music Company 5. If any user click on the particular Movie the point no. 1 will be repeat it will be same for any actor, Music Director, Lyrics, Director, Banner etc.. ===== How many tables should I make and the table structure with primary / foreign key info for above said. Thanks in advance Muveen

    L 1 Reply Last reply
    0
    • M Muveen_Delhi

      Hi, I am going to create a database in MySql to show the information on the website page. I have data in my excel sheet it is related to Bollywood Movies / Songs. Excel Sheet coloum details : Songs Title, Movie Name, Year, Singer, Music Director, Lyrics, Picturised, Actors, Banner, Producer, Director, Music Company. I have Posters of Movies, pictures of all actors, Music directors, Singers etc. Now my question is : How can I design the database to show the record on the page. 1. If any user click on the particular Movie the table should show the details are : Song title | Singer | Music Director | Lyrics | Picturised Poster of the movie will show on left / right side of the same page 2. If any user click on the particular singer the table should show the singer's filmography details are : Movie | Year | Music Director | Music Company 3. If any user click on the particular Movie the point no. 1 will be repeat 4. If any user click on the particular Music Director the table should show the Music Director's filmography details are : Movie | Year | Director | Music Company 5. If any user click on the particular Movie the point no. 1 will be repeat it will be same for any actor, Music Director, Lyrics, Director, Banner etc.. ===== How many tables should I make and the table structure with primary / foreign key info for above said. Thanks in advance Muveen

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Muveen_Delhi wrote:

      How many tables should I make

      That depends on the design; I'd recommend to normalize the database-model, that way you'll have a guaranteed correct and consistent design. Alternatively, you can download a pre-built design on databaseanswers.org[^].

      Muveen_Delhi wrote:

      How can I design the database to show the record on the page.

      Databases do not show things; they store things. What kind of app would use the database? A webapplication, a desktop application, something on a phone?

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

      M 1 Reply Last reply
      0
      • L Lost User

        Muveen_Delhi wrote:

        How many tables should I make

        That depends on the design; I'd recommend to normalize the database-model, that way you'll have a guaranteed correct and consistent design. Alternatively, you can download a pre-built design on databaseanswers.org[^].

        Muveen_Delhi wrote:

        How can I design the database to show the record on the page.

        Databases do not show things; they store things. What kind of app would use the database? A webapplication, a desktop application, something on a phone?

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

        M Offline
        M Offline
        Muveen_Delhi
        wrote on last edited by
        #3

        I want to develop a website using PHP for that use I need this database.

        M 1 Reply Last reply
        0
        • M Muveen_Delhi

          I want to develop a website using PHP for that use I need this database.

          M Offline
          M Offline
          Mycroft Holmes
          wrote on last edited by
          #4

          Do a search for tutorials creating a music application (book would be similar), work through the tutorial. You question shows a dramatic lack of understanding of what you are attempting, the tutorials will deepen that understanding and allow you to ask sensible questions. Never underestimate the power of human stupidity RAH

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups