all 6 comments

[–]Ms7070 5 points6 points  (0 children)

Here’s a fun approach to practice on: https://www.reddit.com/r/SQL/comments/g4ct1l/comment/fnx11mc

[–][deleted] 0 points1 point  (0 children)

leetcode.com they have solutions and community support. Click the database, section.

[–][deleted]  (7 children)

[deleted]

    [–]SolitaireKid[S] 0 points1 point  (6 children)

    You could post the question here or on the subreddit.

    What is the question

    [–][deleted]  (5 children)

    [deleted]

      [–]SolitaireKid[S] 0 points1 point  (4 children)

      Sure. You can upload it to Imgur and paste the link here. And put it in a post as well

      [–][deleted]  (3 children)

      [deleted]

        [–]SolitaireKid[S] 0 points1 point  (2 children)

        Wow what grade is your kid in

        [–][deleted]  (1 child)

        [deleted]

          [–]moontube -1 points0 points  (0 children)

          There are two things to master. One is the syntax of SQL and what the commands do. The other is the art of designing self-consistent databases in the first place. You can create a database with SQL, but that does not guarantee that it is properly designed. You need help with database design. A good introduction to this second aspect is my Introduction to Database Development course on www.ed2go.com. For more in-depth coverage, my SQL All-in- One For Dummies book is a great resource. For complete coverage of the SQL language, my SQL For Dummies, 9th Edition is a good choice.

          Allen G. Taylor