Skip to content

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