An open API service indexing awesome lists of open source software.

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

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