You are reading a single comment by @hugo7 and its replies. Click here to read the full conversation.
  • if it's like

    customer_id : {
        favourite_restaurant : "place"
    }
    

    then I'd ask for the favourite_restaurant value for that customer.

  • Thanks. That's what I thought.

    What about the column header name in the DB where you go to look for the value?

    I.e. What are "CLIENT_ID", "SECTOR", and "RELATIONSHIP_MANAGER"?

  • I.e. What are "CLIENT_ID", "SECTOR", and "RELATIONSHIP_MANAGER"?

    field names, column names, column headers. any of those would make sense to me as a dev

    relational database terminology or sql terminology is probably what you're after

    there'll be slightly different terms depending on what language it's being developed in, but everyone (dev) will/should know some basic sql terminology and how that applies to their language of choice

About

Avatar for hugo7 @hugo7 started