1 / 28

Fundamentals/ICY: Databases 2010/11 WEEK 2

Fundamentals/ICY: Databases 2010/11 WEEK 2. John Barnden Professor of Artificial Intelligence School of Computer Science University of Birmingham, UK. Reminder of Week 1. Data Repositories: Some Other Types.

holly
Télécharger la présentation

Fundamentals/ICY: Databases 2010/11 WEEK 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Fundamentals/ICY: Databases2010/11WEEK 2 John Barnden Professor of Artificial Intelligence School of Computer Science University of Birmingham, UK

  2. Reminder of Week 1

  3. Data Repositories: Some Other Types • Data structures in general, including arrays, lists, trees, heaps, directed graph structures, … • Spreadsheets. • Special database structures directly provided by some programming languages, such as Prolog and Pop11 • Knowledge bases in AI. Could contain all sorts common-sense and/or expert information about (some aspects of) the world or a local environment. Heavily involved with reasoning, uncertainty, vagueness, irregular structure, learning, … • Case-bases in AI (for case-based reasoning/learning): Special type of knowledge base. Can be quite similar to databases in some ways, but are particularly geared to uncertainty, reasoning, learning, etc., and a “case” usually describes a problem situation. • NOTE: Case-bases have nothing to do with CASE (computer-aided systems engineering).

  4. Data Repository Types, contd. • [Language] corpora. Large bodies of found text (e.g. from newspapers) or transcribed speech -- often 100s of millions of words -- used for empirical purposes in the study of language. • Document collections used for Information Retrieval/Extraction purposes. (E.g., could be newspaper articles again, but the focus is not on the language but on the information contained.) • Documents marked up in, e.g., XML: combination of free-form text with formal structure. Used in, e.g., corpora, the School’s module-description framework, and avatar-gesture generation systems. • XML documents are often an example of semi-structured databases. • The web!

  5. New

  6. Links to Software Engineering • A database may form a large part of the software of an institution (company, university, government dept., etc.). • Database development and general SE have similar concern with complex, and possibly inconsistent and ill-understood, procedural environments in institutions. • Similar attention to user needs and limitations. • Similar attention to security, evaluation, maintenance, documentation, practicality, … • The database development life-cycle (DBLC) is similar to the general systems development life-cycle (SDLC) in SE. • DBs and SE raise similar development-team management issues.

  7. Let’s Think about Some Data Repository Needs in Ordinary Life ... • What sorts of data are held in things like the following, and how is it structured? What are the needs for extraction of info, updating data, etc.? How frequent and how easy are such operations? • Address books (in physical form). • Diaries (in physical form). • Train timetables. • Cookery books. • Photo albums. • Dictionaries (monolingual and bilingual). • Records of a student society, voluntary society, etc. • Atlases. • Encyclopaedias. • What about the data in your computer files?!

  8. SOME GENERAL THEMES • Data redundancy, data anomalies (inconsistencies). • Cross-references between places in a data repository. • Associative linking versus pointing. • Use of tables to represent things. • The mathematical underpinnings of the tables.

  9. DATA REDUNDANCY, DATA ANOMALIES ,and CROSS-REFERENCING(introduction to themes)

  10. Data Redundancy and Anomalies • Data Redundancy = replicating data in different places in a data repository. • E.g., in a recipe book, saying how to fry onions every time fried onions are needed in a recipe. • Redundancy encourages “data anomalies” and lack of “integrity” – basically, inconsistency between the different places. • Such problems arise with insertions, deletions, and modifications in general. • Redundancy also causes a type of inefficiency: replicated updates.

  11. Redundancy, etc., contd. 1 • Redundancy implies that if you want to modify/delete a piece of information, you need to • knowwhetherthere is replication, or checkfor possible replications • go to the effort of repeating changes when the item is replicated • avoid errors in such repeated changes.

  12. Redundancy, etc., contd. 2 • Also, when something has to be repeated in different places, then: • the more internally complex it is, the more complex it is to use, and the more likely errors are to arise. • E.g., repeating the tenant’s full name throughout an apartment tenancy agreement. • Better to use a simple term such as “the tenant” and associate it in one place with the full name. • Another example: it’s easier, and safer (in many respects), for a bank to identify customer accounts with special numbers than to use complex identifiers like “Tony and Cherie Blair’s lifestyle guru account”.

  13. Referential Integrity • Referential integrity is relevant when one place in a data repository needs to refer to something in another place: cross-references. • Referential integrity is achieved when every such referring place contains a successful reference to another place or place-occupant (or no reference at all). • “Successful” there just means that the reference succeeds in specifying some other place(-occupant). • The reference may not be correct in the sense of being the one that you actually wanted!

  14. Ways of Doing Cross-Reference • Notice distinction above between referring to places or to place-occupants: i.e., where or what, respectively … • Pointing or associative linking, respectively. • Your party-attendance plan for the month would use • pointing if it referred to the party-givers by page and line number in your address book, • associative linking if it referred by means of party-givers’ names. • Labels in a diagram are a means for associative linking between the diagram and the legend (= explanation of the labels, etc.) or other text. • The notion of “relational” database rests heavily on associative linking, unlike its predecessors (“hierarchical” and “network” database notions).

  15. Redundancy: Upside and More Downside • Notice that associative linkages between different places constitute a specialized sort of neededredundancy. • Redundancy in general does have some advantages, including: • efficiency in some respects (reduce effort of following cross-references) • error or corruption in one place could in principle be correctedor at least circumventedby looking at another place (a type of fault-tolerance). • But redundancy can also prevent errors being detected: • If the bank keeps detailed information about you (your address etc.) in just one place, associated with your account number, then an error in that detailed information is more likely to come to light precisely because its effects are more widespread.

  16. An Analogy with Programming • Analogous redundancy/anomaly issues arise in program text. E.g.: • If a constant numerical value such as  or g (gravitational acceleration) needs to be used in several places, best to give it a name and replicate the name, not the value. Aids consistency and maintainability. • If a sequence of operations needs to be invoked in many different places in the program, package it as a named procedure (function, method, …).

  17. TABLES for REPRESENTATION(theme introduction)

  18. Problems with that Table • Although that table illustrates the sort of table used in databases in some sense, it has many tricky features: • Empty entries – what’s the interpretation? • Spelling error (Birmngham) • Names/addresses of different forms (perhaps unavoidably) • Different numbers of alternatives in different cells • Different interpretations of “birthday” field • (per year, or when born, or when shop opened) • Vague entries (next to the Tesco’s in Upper St.; Harborne) • Expressed uncertainty (the question marks, alone or attached) • Additional comments (grr!, refused …) • Exceptional entry types (ex-dir, and the contents of the chip-shop row)

  19. If There’s Time ...

  20. Question to You:What other sorts of weird thing could happen in tables??

  21. Restrictions on Database Tables:Overall Structure • Regular overall shape: rows all same length, similarly columns. • No division into different regions (with a certain exception). • No labels for rows, as opposed to columns. • Mostly no significance to the order or number of rows (but the number can change). • No additional comments, footnotes, etc.

  22. Restrictions on Database Tables:Nature of Entries • All cells in any one column are given the same intuitive interpretation. • Each cell’s item restricted to a pre-specified, fairly simple format, and all cells in any given column restricted to same format. • No exceptional entries … with one exception!: • empty entries • One data item per cell (but it can be a variable-length character string, containing anything). • Uncertainty and vagueness markers not supported.

  23. Extra, Crucial Restriction(on the main tables) • No row can be repeated in a table. (I.e., no two rows can contain exactly the same values.) • This is equivalent to saying: • Rows are uniquely determined (picked out) by the values in some set of columns (possibly the whole set, but could be fewer). • That is, if you imagine some values for those columns, there is at most one row that has exactly those values in those columns.

  24. Coordination between Tables There should really be a FIRST NAME as well, in practice

  25. Remember:“Associative Linking”This is how the tables are linked.

  26. But:What are the disadvantages of using character strings like “University of Birmingham” as linking values?

More Related