Populating and Modifying Tables

History

Types

Key

<aside> 💡 The process of refining a database design to ensure that each independent piece of information is in only one place (except for foreign keys) is known as normalization.

</aside>


Result set: Another name for a nonpersistent table, generally the result of an SQL query


Statement Classes


<aside> 💡 Most SQL implementations treat any text between the /* and */ tags as comments.

</aside>

SQL Data Types