MySQL Forums
Forum List  »  Newbie

Re: Homework
Posted by: Zach Ellis
Date: September 12, 2023 09:24AM

Hello Rahsaan Tyler

I'm new to mysql so if someone more experienced comes go with them.

Are you practicing this with data provided from the book is this data or sql file free to acquire so i can go through the problem?

just going off the hint/question section

SELECT account_number, account_description
FROM General_Ledger_Accounts
OUTER JOIN invoice_line_items
WHERE invoice_id is null
ORDER BY account_number

website that goes over sql for mysql
https://www.mysqltutorial.org/

there are a lot of sql videos for mysql that you can watch for free that go over sql syntax were you are a visual learner this video might help ex

MySQL Full Course for free 🐬 (2023) from bro code
https://www.youtube.com/watch?v=5OdVJbNCSso&t=96s

hope this helps
Zach Ellis

Options: ReplyQuote


Subject
Written By
Posted
September 12, 2023 12:46AM
Re: Homework
September 12, 2023 09:24AM
September 12, 2023 09:57AM
September 12, 2023 10:02AM
September 12, 2023 10:49AM
September 12, 2023 07:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.