CST363 Module 4
Briefly summarize what you have learned in the course so far. List at least 5 things.
So far in this course we have learned basic SQL query code such as creating tables, inserting values into those tables, and pulling data from them. In the more advanced portion of the course we have learned about joining tables together using JOIN statements, performing calculations using table data with functions such as SUM, MAX, and MIN, and we have covered ways to organize returned data through keys like GROUP BY, ORDER BY, and HAVING.
List at least 3 questions you have about databases that have not been covered in the course so far.
1. What is the time complexity and space complexity of sql solutions compared to lower level java solutions?
2. How is SQL managed at a server level for cloud applications compared to our local level usage in this class?
3. How do SQL queries mesh with standard programming languages?
Comments
Post a Comment