NLMK Interview Question

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

Interview Answer

Anonymous

Aug 9, 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.