Implement specialization in ER diagram
I want to implement this specialization relationship. Knowing that I will have different attributes for each account type. Here's my try: accounts(account_id, email, username, password, ...) user_accounts(account_id, ..) admin_accounts(account_id,...