We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Query Practice – Users & Banks

Someone added new columns to CashPal's users table that include information on the user's banking institution. Unfortunately, the developer that made these changes had assumed that a user could have only a single banking institution.

We know that a user can be a member of multiple banks, and that each bank may service a great number of CashPal users. You've been tasked with cleaning up the users table and creating any additional tables to properly support a many-to-many relationship between banks and users.

Assignment

Given what you've learned about normalization and many-to-many relationships, do the following: