







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Introduction to Databases and Basic SQL: Key Concepts and Commands Introduction to Databases and Basic SQL: Key Concepts and Commands
Typology: Exams
1 / 13
This page cannot be seen from the preview
Don't miss anything!








o A programming language o A software interface o โ A way to organize data into tables, rows, and columns o A type of database engine
o โ Must reference a primary key in another table o Always a number o Must be a text field
o To select tables o To join tables o โ To filter records based on a condition o To order results
o A property of stored procedures o โ Ensures foreign keys correctly reference primary keys o The speed of query execution o The uniqueness of primary keys
o โ Uniquely identifies each row in a table o References other tables o Sorts data
o ORDER BY o GROUP BY o HAVING