Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Joining multiple tables #18

Open
4 tasks
HideBa opened this issue Mar 9, 2022 · 0 comments
Open
4 tasks

Draft: Joining multiple tables #18

HideBa opened this issue Mar 9, 2022 · 0 comments

Comments

@HideBa
Copy link
Member

HideBa commented Mar 9, 2022

Leader

@

User story

The user wants to handle multiple data in separate tables. For example, if you have data with country_code, country_name, population and data with country_code, area, you want to join these data with country_code. By doing so, we can create new data from multiple data. In this case, we can use outer join, inner join, or left/right joins as in RDBMS, but in the first phase, we need to support at least the left outer join.

Requirements

User can

  • choose which tables will be joined
  • choose which field will be the foreign key

Design file

Testing list

  • When OO is
    • If you input "XXX", it should show "YYY"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant