Designed and developed SQL databases, tables, and relationships based on business requirements. Wrote SQL queries, joins, subqueries, stored procedures, functions, triggers, and indexes for data ...
-- All tables contain atomic values. -- Each column stores only one value. -- There are no repeating groups or multivalued attributes. -- No non-key attribute depends on another non-key attribute. -- ...