TAILIEUCHUNG - UNIT 5. DATABASE MANAGEMENT SYSTEMS LESSON 5. RELATIONAL DATABASES AND SQL BASICSNOTE

It is normally a noun. An Entity would have one or many attributes. It may be physical object (. person) event (. appointment) concept (. order). descriptor (describe properties of the entity, . lastname of the person) ATTRIBUTE A property of an entity identifier (uniquely distinguish entity instances - primary key in relational context) composite (a group of attributes used as a single attribute) Describes the relationship between entities. Typically expressed in verbs (. has). There are no well defined standards of the EER notation | Information Management Resource Kit Module on Management of Electronic Documents UNIT 5. DATABASE MANAGEMENT SYSTEMS LESSON 5. RELATIONAL DATABASES AND SQL BASICS NOTE Please note that this PDF version does not have the interactive features offered through the IMARK courseware such as exercises with feedback pop-ups animations etc. We recommend that you take the lesson using the interactive courseware environment and use the PDF version for printing the lesson and to use as a reference after you have completed the course. FAO 2003 5. Database management systems - 5. Relational databases and SQL basics - page 1 Objectives At the end of this lesson you will be able to understand the principles on which relational databases and SQL are based. apply the Extended Entity Relationship EER model to a simple set of data. understand the function of the main SQL statements. Documents which allow you to create and modify relational databases using SQL are available for download and print at the end of the lesson. Introduction The most popular kind of database is the relational database invented in the 70s where the data is stored as relations. The first step in building a relational database is deciding how to organize data that is designing the database. Then the database can be created and manipulated using the Structured Query Language SQL which allows interaction with relational databases. 5. Database management systems - 5. Relational databases and SQL basics - page 2 Principles I Relations can be viewed as two-dimensional tables where all the data is stored. Let s consider for example this Person table. Table PERSON Attribute ID FirstName Lastname Work Phone Home Phone Tuple 1001 Laura Williams 10 02 Paul Smith 10 03 David Fisher Primary Key A row or tuple in a table is identified by a primary key. The other information in the row is referred to as attributes. Specifically the ID column in this table

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.