SQL {Ans: Structured Query Language}Outer Join {Ans: A join in which rows that do not have matching values in common columns are included in the result table.}static variable {Ans: variable shared across all instances of a class}Inner Join {Ans: Only returns matched records from the tables that are being joined}Normalization {Ans: The process of applying rules to a database design to ensure that information is divided into the appropriate tables. Process to remove redundancy across tables}HTML Elements {Ans: Building blocks of web pages. ex. <head> <a> <p> <h1>}</p>