CST 363 Week 3

 1. An SQL view is similar to a table but is not stored the same way, a view manipulates or alters the way a table looks to give consistent formatting, or hide sensitive data. Views are useful for allowing ifferent levels of access to one table. 

2. SQL is very similar to java just with different syntax, SQL takes in some cases long strings of code to complete a task but feels very similar to writing a sentence where as other languages like java and C++ feel like you are writing out little bits of a though process where muliple lines each serving there own function form a thought process. Both often lead to similar ends and have common steps along the way like predicates, data types, but it is easy to tell that SQL is designed for the very specific purpose of databases where as C++ and Java have broader uses . 

Comments

Popular posts from this blog

CST 370 Week 5

CST 370 Week 2

CST 370 Week 4