What keyword do we need to add to make changes to table structure?
Some RDBMS ( Oracle ) do not permit changes to data types unless what?
What actions does some RDBMS impose restrictions on the deletion of an attribute?
List out the useful functions that SQL provides
List out the aggregate functions
What is a view?
What can a view contain?
How can we create a view?
What is the most important disrinction between relational database and other databases?
When is JOIN performed?
What does JOIN is generally composed?
What can alias be used to?
How to join tables with alias?
What is aggregate functions?
What does the ORDER BY clause used to?
When does Right Outer Join and Left Outer Join is used?
How does Inner Join joins both tables?
How does Left Join joins both tables?
How does Right Join joins both tables?
What JOINS does FULL JOIN combines? ( 2 )
How does Full Join ( Full Outer Join ) joins both tables?