Have you done SQL hards on DataLemur ? Answer from NickSinghTechCareers on reddit.com
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.
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
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
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
[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
Videos
24:55
Test Your SQL Skills With These Real Interview Questions! - YouTube
02:58:16
Solve 70 SQL Questions in 3 hrs | Ultimate SQL Practice | Master ...
01:55:22
Solve 50 SQL Questions in 2 Hours | Ultimate SQL Interview Practice ...
SQL Interview Prep: The Only 7 Patterns You Need
01:35
How To Get Unlimited Practice SQL Problems! - YouTube
29:25
Top 3 SQL Interview Questions You Must Know (With Answers) - YouTube
Reddit
reddit.com › r/sql › best (free) platform to practice hard sql questions for interviews?
r/SQL on Reddit: Best (Free) Platform to practice HARD SQL Questions for Interviews?
April 16, 2023 -
Hi Guys,
I've exhausted all the free resources on Leetcode, Interview Query and Hackerrank for (Free) Hard SQL Questions.
Are there any platforms that I can practice more (Free) Hard questions on?
Can't afford to pay for membership at the moment; will definitely look forward to buying Leetcode's subscription when possible for me! :)
Top answer 1 of 10
25
Have you done SQL hards on DataLemur ?
2 of 10
12
Suggestion: Ask ChatGPT to put together a quiz for you. Can set any skill level you want. From a 6th grader to someone defending a PhD thesis in CompSci. And away you go. It has read every book every written on SQL (if on line), and has crunched through zillions of lines of SQL code. :-)
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
UBC
cmps-people.ok.ubc.ca › rlawrenc › teaching › 122 › Labs › Practice › SQLPracticeQuestions.pdf pdf
Some Practice Database SQL Questions WorksOn Database:
2) Write an SQL query that returns all works on records where hours worked is less than
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.
Naukri
naukri.com › code360 › problem-lists › top-100-sql-problems
Top 100 SQL Problems - Naukri Code 360
1 week ago - Almost there... just a few more seconds
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.
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.