database etiketindeki yazılar
Ceng 351 / Database »

Basic terms which we will use in this lecture:
schema = structure
instance = data
data dictionary (containing name of the tables)
SQL is a
-data management language:
insert a record, update a record, delete a record
-query language: select
…