03.11.2016 Views

Beginning ASP.NET 4.5 in CSharp and VB Opsylum

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

452 x CHAPTER 12 INTRODUCTION TO DATABASES<br />

⊲ WHAT YOU LEARNED IN THIS CHAPTER<br />

CRUD<br />

Foreign key<br />

Identity<br />

JOIN<br />

Primary key<br />

Relational<br />

database<br />

Relationship<br />

Table<br />

The four basic SQL operations to work with data <strong>in</strong> a database: Create, Read,<br />

Update, <strong>and</strong> Delete<br />

Identifies a column <strong>in</strong> a table that refers to the primary key of another table to<br />

enforce referential <strong>in</strong>tegrity<br />

An automatic, sequential number assigned to new rows<br />

Enables you to express the relationship between two or more tables <strong>in</strong> a query<br />

to f<strong>in</strong>d related data<br />

Consists of one or more columns <strong>in</strong> a table that uniquely identify a row <strong>in</strong> that<br />

table<br />

A type of database where data is stored <strong>in</strong> separate, spreadsheet-like tables<br />

that can refer to each other<br />

Def<strong>in</strong>es the relation between one or more tables <strong>and</strong> helps you enforce referential<br />

<strong>in</strong>tegrity<br />

An object <strong>in</strong> a database that enables you to store data

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!