🌐
HackerRank
hackerrank.com › domains › sql
Solve Programming Questions | HackerRank
SQL · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Solve Challenge · Status · Solved · Unsolved · Skills · SQL (Basic) SQL (Intermediate) SQL (Advanced) Difficulty ·
🌐
W3Schools
w3schools.com › sql › sql_exercises.asp
SQL Exercises
SQL Examples SQL Editor SQL Quiz SQL Exercises SQL Server SQL Syllabus SQL Study Plan SQL Bootcamp SQL Training ... Tip: Sign in to track your progress. ... If you haven't already, sign up to become a W3Schooler, and get points for every exercise you complete. As a logged-in W3Schools user you will have access to many features like having your own web page, track your learning progress, receive personal guided paths, and more. The exercises are a mix of "multiple choice" and "fill in the blanks" questions.
Discussions

sql server - SQL practice and solve exercises - Stack Overflow
We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations. Closed 3 years ago. ... Recently, I started learning SQL, and I am looking for ways to practice ... More on stackoverflow.com
🌐 stackoverflow.com
Need more SQL practice? Use these wesites - SQL - Code with Mosh Forum
Since getting SQL skills require study and practice, I found a couple of extra websites to practice SQL. I wanted to find graded exercises (or a way to know if my queries were well written). Here are my findings: Exercise v3.0 Graded exercises and theory in case you need it. More on forum.codewithmosh.com
🌐 forum.codewithmosh.com
4
January 20, 2021
Best ressource to practice SQL interview question (besides leetcode)
It's been mentioned a lot recently, but Data lemur is really good. I'm hoping they keep adding more questions because the design is REALLY clean and intuitive. More on reddit.com
🌐 r/datascience
35
105
August 26, 2022
[SQL] I need to practice. Any sample databases with list of questions to answer?
Here is a real world example that I worked on a few years back. First, build a database with the following tables and write scripts to randomly generate data to insert into them. Practice using loops and generating fake data either from reading from text files (ie generate random number between 1 and 50, read that line, insert into table). Being able to properly mock up data is important - you don't always get to test on real applications. Location (id, description) -- 3 locations, HQ, Store1, and Store2 User (id, login_name, description) -- 10 random users Stage (id, description) --3 stages, new, submitted, and authorized PurchaseStage (id, contract_no, stageid, datestarted, datecompleted, completed_by_id) --Assign 1 to 3 stages per purchase. All Purchases have NEW but not all purchases have reached the authorized step. Purchase (contract_no, description, user_id, location_id, timestamp) --make about 1000 of these PurchaseDetail (contract_no, line_no, quantity, price, item_id) --make between 3 and 10 per purchase Item (id, description, price) --make 30 Questions to answer once you have built this: Why did I tell you to list price twice (PurchaseDetail and Item)? Get me a list of all purchases made between two dates (arbitrary) Get me a total of all purchases made between two dates (arbitrary) that were authorized by Bob, grouped by location Get me a list of all purchases that sold at least 5 of something (arbitrary) and have been Submitted or Authorized by Bob. Get me an average of how long it takes each user to Submit and Authorize purchases. More on reddit.com
🌐 r/learnprogramming
11
10
September 4, 2013
🌐
TestDome
testdome.com › tests › sql-online-test › 12
SQL Online Test | TestDome
From SQL and Python to Attention to Detail and Logical Reasoning. See all questions to filter by skill.
🌐
SQL Practice
sql-practice.com
Learn SQL - Online SQL Terminal - Practice SQL Querys
We cannot provide a description for this page right now
Find elsewhere
🌐
DataLemur
datalemur.com › questions › sql-where-practice-exercise
SQL WHERE Practice Exercise
QuestionSolutionDiscussionSubmissions · Given the reviews table, write a query to retrieve all 3-star reviews using the SQL clause. Only display the user_id and stars columns. user_id 362 gave a 3-star review, and so did user_id 192. Difficulty · Easy · InputPostgreSQL 14 ·
🌐
Medium
medium.com › @emmading › practice-for-3-types-of-sql-interview-questions-2bd057a88b4f
Practice for 3 Types of SQL Interview Questions | by Emma Ding | Medium
February 15, 2023 - This is a complementary post that goes with this video. The video covers three types of SQL questions that you need to know for data science interviews and a general approach for solving them, and this post will provide you with some practice questions to test your skills in each of those categories.
🌐
W3Schools
w3schools.com › sql › sql_quiz.asp
SQL Quiz
You can test your SQL skills with W3Schools' Quiz. The test contains 25 questions and there is no time limit.
🌐
SQLZoo
sqlzoo.net › wiki › SQL_Tutorial
SQLZoo
Each assessment includes 15 questions graded easy, medium and hard. ... Responses from students on their learning experience. ... Online copies of implementation specific user manuals. ... How to connect to the server and execute SQL statements.
🌐
StrataScratch
stratascratch.com
Master Coding for Data Science - StrataScratch
1000+ real interview questions. Practice SQL, Python, R, and more.
🌐
Quora
quora.com › What-are-some-good-SQL-questions-to-practice-on-for-intermediate-level-learners
What are some good SQL questions to practice on for intermediate level learners? - Quora
Answer: Basic should be clear like the order of query writing.Never get confused in front of the interviewer or someone when asked to write a query . You should be aware that ‘Select’ comes first then ‘From’ then ‘Where’ then ‘Group ...
🌐
YouTube
youtube.com › playlist
Practice Solving INTERMEDIATE SQL Queries - YouTube
This playlist contains videos where I am solving Intermediate level of SQL Queries. All videos here, will help you to practice writing Intermediate SQL queri...
🌐
GeeksforGeeks
geeksforgeeks.org › sql › sql-exercises
SQL Exercises : SQL Practice with Solution for Beginners and Experienced - GeeksforGeeks
4 weeks ago - The questions are as follows: How to Insert a Value that Contains an Apostrophe in SQL?
🌐
Code with Mosh
forum.codewithmosh.com › sql
Need more SQL practice? Use these wesites - SQL - Code with Mosh Forum
January 20, 2021 - Since getting SQL skills require study and practice, I found a couple of extra websites to practice SQL. I wanted to find graded exercises (or a way to know if my queries were well written). Here are my findings: Exercise v3.0 Graded exercises and theory in case you need it.
🌐
CodeChef
codechef.com › practice › sql-case-studies-topic-wise
SQL Practice Queries
Practice queries on Select, Where, Limit, Order by, Aggregates, Group by, Joins, Sub-queries and Case expressions. Solve over 80 SQL exercises using real life case studies. Write queries in MySQL syntax.