question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding SQL quiz questions

See original GitHub issue

developerquiz.org currently has over 600 quiz questions. We are looking to expand on the SQL questions and we encourage other developers to add their quiz questions to the site.

You can find the complete list of questions below. https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/sql-quiz.ts

You can add your own questions to the top of that file. Please first check to make sure your question doesn’t already exist in the file before creating a PR.

Here is an example format for the questions.

  {
    Question:
      "Which of the following relational database management systems (RDBMS) should never be used to store data in a production app?",
    Answer: "Microsoft Access",
    Distractor1: "Microsoft SQL Server",
    Distractor2: "MongoDB",
    Distractor3: "PostgreSQL",
    Explanation:
      "Microsoft Access does not offer as much security, availability, and stability as SQL Server.",
    Link: "https://en.wikipedia.org/wiki/Microsoft_Access",
  },

For the link field, please make sure to use a freeCodeCamp article, freeCodeCamp YouTube video or official documentation. If you choose to reference a video, please make sure to include the timestamp for the topic covered.

You can read more about how to create timestamps in this helpful article.

This issue will not be assigned to anyone and will remain open for multiple contributors. Please do not assign yourself to this issue or close it.

Happy contributing!

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:15 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
jdwilkin4commented, Jul 14, 2022

Hi @erictleung !

Even though these are respected tech blogs, we do also have to remember that we are competing with them in terms of google search rankings. The goal is to have our projects promote our publication articles, youtube videos or official documentation over competing publications. There is nothing wrong with those tech sites, but we also don’t want to be providing them with more traffic to their sites.

So that’s why we limit the scope of these questions to just our material or official docs. 👍

0reactions
jdwilkin4commented, Oct 14, 2022

For anyone interested in contributing, please read through the contributing documentation first.

Read more comments on GitHub >

github_iconTop Results From Across the Web

SQL Quiz - W3Schools
You can test your SQL skills with W3Schools' Quiz. The Test. The test contains 25 questions and there is no time limit. The...
Read more >
SQL Quiz Questions and Answers - DataFlair
In this SQL Quiz, we will try to test our knowledge of the SQL Concepts. In this Quiz, we have covered questions from...
Read more >
SQL Online Quiz - Tutorialspoint
Following quiz provides Multiple Choice Questions (MCQs) related to SQL. You will have to read all the given answers and click over the...
Read more >
SQL Online Quiz, SQL MCQ Quiz & Online Test
SQL Online Quiz - free SQL quiz, free SQL quiz, free SQL online quiz, SQL quiz with answers, SQL quiz in beginner level,...
Read more >
SQL Practice - common questions and answers for SQL skills
Q2. Create a store procedure that receives the first name of the person table as input and the last name as output. ;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found