Skip to content

feat: adds josephcaballero.sql inside queries dir. lesson_28 -JosephCaballero" #674

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Josephcabs
Copy link
Contributor

@Josephcabs Josephcabs commented Dec 2, 2024

adds josephcaballero.sql inside the queries directory to make the sql scripts in relation to the data.db file.
still working on it, would just like to receive feedback for current work as i continue to move forward.


--returns the info of an email
SELECT *
FROM checked_out_items c
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected a select from guests joined with checked_out_items

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will review this, thank you.

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you use the SQLite extension to test your queries? Would be helpful if you haven't tried that.

@Josephcabs
Copy link
Contributor Author

Did you use the SQLite extension to test your queries? Would be helpful if you haven't tried that.

I did add that extension as recommended in the readme. My issue is seeing the queries that i select visually, so i will go ahead and progress further when I have time and move forward in this homework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants