NLMK interview question

I was asked a basic scenario question about linking data between two database tables.

Interview Answer

Anonymous

9 Aug 2016

I told him I could use a union if he wanted all of the data, or a join if he wanted data that shared a common ID for example.