GithubHelp home page GithubHelp logo

challenge-sql2's Introduction

Hudello Coding Challenge: SQL (Intermediate)

Welcome to our intermediate SQL coding challenge. In this exercise, you'll create a relational database and then extract some data from it.

You're on a popular social media app where users can create posts and comment on posts, and you're browsing an user's profile page where you can see all the posts this user has created along with the latest comments that are attached to each post.

Post & Comments

Your objectives:

  1. Create SQL tables Users, Posts and Comments.
  2. Populate some dummy data into these tables.
  3. Write a query that retrieves the last 3 comments of each post on this user's profile page.

You may use any SQL-based database for this exercise, including SQLite, and you may use subqueries and joins to produce the result set, but you may not use more than 1 query to get the results.

To get started:

  1. Fork or clone this repo.
  2. Implement your code.
  3. Send us a link to your repo for review.

Happy coding!

Hudello Engineering

challenge-sql2's People

Contributors

sourceboy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.