https://github.com/jdegand/testdome-sql-questions
My solutions to Testdome Public SQL Questions
https://github.com/jdegand/testdome-sql-questions
mysql oracle-sql sql testdome testdome-solutions
Last synced: 7 months ago
JSON representation
My solutions to Testdome Public SQL Questions
- Host: GitHub
- URL: https://github.com/jdegand/testdome-sql-questions
- Owner: jdegand
- Created: 2023-06-01T17:16:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T17:17:54.000Z (over 2 years ago)
- Last Synced: 2025-07-08T13:06:32.512Z (7 months ago)
- Topics: mysql, oracle-sql, sql, testdome, testdome-solutions
- Homepage:
- Size: 262 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testdome SQL Questions
My solution to public SQL questions from [Testdome](https://www.testdome.com/tests/sql-online-test/12).
## Useful Resources
- [DB Fiddle](https://www.db-fiddle.com/)
- [W3 Schools](https://www.w3schools.com/sql/func_sqlserver_dateadd.asp) - dateadd
- [Geeks for Geeks](https://www.geeksforgeeks.org/sql-trigger-student-database/) - sql trigger student database
- [Github](https://github.com/CaraHill/testdome-practice-questions/blob/master/regional_sales_comparison.sql) - regional sales comparison
- [Stack Overflow](https://stackoverflow.com/questions/60140159/having-trouble-to-display-average-sales-including-the-region-with-no-sales) - having trouble to display average sales including the region with no sales
- [Stack Overflow](https://stackoverflow.com/questions/21024670/mysql-insert-a-value-into-a-new-table-while-deleting-it-from-the-old-one) - mysql insert a value into a new table while deleting it from the old one
- [Tutorials Point](https://www.tutorialspoint.com/How-can-I-create-a-stored-procedure-to-insert-values-in-a-MySQL-table) - create a stored procedure to insert values in MySQL table
- [Stack Overflow](https://stackoverflow.com/questions/21286215/how-can-i-include-null-values-in-a-min-or-max) - include null value in a min or max
- [Stack Overflow](https://stackoverflow.com/questions/26537714/sql-select-with-multiple-conditions-on-the-same-table) - sql select with multiple conditions on the same table
- [Stack Overflow](https://stackoverflow.com/questions/7745609/sql-select-only-rows-with-max-value-on-a-column) - sql select only rows with max value on a column
- [W3 Resource](https://www.w3resource.com/sql/aggregate-functions/sql_max_function_with_null_values.php) - sql max function with null values
- [Learn SQL](https://learnsql.com/blog/sql-recursive-cte/) - sql recursive cte
- [Stack Overflow](https://stackoverflow.com/questions/68491239/testdome-sql-test-on-procedure) - testdome sql test on procedure
- [Stack Overflow](https://stackoverflow.com/questions/71279356/question-versions-using-cte-recursion-mysql) - question versions using cte recursion mysql