Sort by

recency

|

11 Discussions

|

  • + 0 comments

    In these kinds of discussions, I always miss some specifics with examples. I would advise you to look in detail at ways to optimize the process of creating database visualizations, which saves a tremendous amount of time. To give you an example, https://www.erdlab.io offers a wide range of tools, with the ability to work in multiple tabs simultaneously, which is really very handy.

  • + 0 comments

    Stolen straight from Wikipedia! (or wherever Wikipedia's approximate pizza example comes from)

  • + 0 comments

    What kind of info should be extracted from the db? If it should be possible to recreate the orders, no normalization is possible.

  • + 0 comments

    The tables after normalization would be:

    Restaurant | Crust

    X Pizza                       |Thick   
    X Pizza                       |Stuffed 
    Papa Pizza                |Thin    
    Papa Pizza                |Stuffed 
    F1 Pizza                     |Thick   
    F1 Pizza                     |Thin    
    

    Restaurant | Delivery Area

    X Pizza                         |Whitefield
    X Pizza                         |Greenville
    X Pizza                         |Capital
    Papa Pizza                  |Capital
    F1 Pizza                       |Whitefield
    F1 Pizza                       |Greenville
    

    So the answer is 6

  • + 0 comments

    I dont get it!