<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>IFB130 Database Management by Amanda Jarvinen</title>
      <link>https://padlet.com/amandajarvinen/ifb1302017</link>
      <description>Jargon Busting - Database definitions, explanations and relevant resources.</description>
      <language>en-us</language>
      <pubDate>2017-06-25 07:35:18 UTC</pubDate>
      <lastBuildDate>2023-01-28 19:48:42 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Diskette.png</url>
      </image>
      <item>
         <title>Database</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363416</link>
         <description><![CDATA[<div>A shared collection of logically related data, and a description of this data, designed to meet the information needs of an organization.</div>]]></description>
         <enclosure url="https://youtu.be/FR4QIeZaPeM" />
         <pubDate>2017-06-25 07:39:10 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363416</guid>
      </item>
      <item>
         <title>Database Management System (DBMS)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363435</link>
         <description><![CDATA[<div>A software system that enables users to define, create, maintain, and control access to the database.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:40:05 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363435</guid>
      </item>
      <item>
         <title>Entity Relationship Diagram (ERD)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363479</link>
         <description><![CDATA[<div>A conceptual data model for describing the data or information aspects of an organisation, which lends itself to ultimately being implemented in a database (such as a relational database).</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:43:09 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363479</guid>
      </item>
      <item>
         <title>Relational Model</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363490</link>
         <description><![CDATA[<div>A logical data model, where all data is represented in terms of tuples, grouped into relations. A database organized in terms of the relational model is a relational database.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:43:44 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363490</guid>
      </item>
      <item>
         <title>Normalisation</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363505</link>
         <description><![CDATA[<div>The process of <strong>normalisation</strong> allows us to produce a set of suitable relations that support the data requirements of the use case and minimise redundancy.</div><div><br></div>]]></description>
         <enclosure url="https://youtu.be/v3N5PlbUHTs" />
         <pubDate>2017-06-25 07:44:23 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363505</guid>
      </item>
      <item>
         <title>Relation (Table, File)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363719</link>
         <description><![CDATA[<div>A table with columns and rows. It has the following properties:</div><ul><li>Has a name that is distinct from all other relation names in the relational schema;</li><li>Each cell of the relation contains exactly one atomic (single) value;</li><li>Each attribute has a distinct name;</li><li>The values of an attribute are all from the same domain;</li><li>Each tuple is distinct; there are no duplicate tuples;</li><li>The order of attributes has no significance; and</li><li>The order of tuples has no significance, theoretically.</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:55:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363719</guid>
      </item>
      <item>
         <title>Attribute (Column, Field)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363746</link>
         <description><![CDATA[<div>A named column of a relation, which describes a property of the corresponding entity or a relationship type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:56:33 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363746</guid>
      </item>
      <item>
         <title>Tuple (Row, Record)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363771</link>
         <description><![CDATA[<div>&nbsp;A row of a relation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:57:06 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363771</guid>
      </item>
      <item>
         <title>Domain</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363792</link>
         <description><![CDATA[<div>The set of allowable values for one or more attributes</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-06-25 07:58:15 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363792</guid>
      </item>
      <item>
         <title>Selection </title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363811</link>
         <description><![CDATA[<div>Operations used to return the tuples of a relation that meet a specific condition (called the <strong>predicate</strong>)</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/ede41573742cfdd661193b2a2f115563/selectionR.png" />
         <pubDate>2017-06-25 07:59:09 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363811</guid>
      </item>
      <item>
         <title>Projection</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/177363898</link>
         <description><![CDATA[<div>Operations used to return only specified columns in a relation</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/fb5e9aed3a1fb562d4de1e9c2d215771/projection.png" />
         <pubDate>2017-06-25 08:03:13 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/177363898</guid>
      </item>
      <item>
         <title>Relational Database Management System(rDBMS)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828533</link>
         <description><![CDATA[<div>Term used to refer to a DBMS that uses the relational model. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:38:10 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828533</guid>
      </item>
      <item>
         <title>Database Application Program</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828582</link>
         <description><![CDATA[<div>Computer program that interacts with the database by issuing an appropriate request (typically an SQL statement) to the DBMS.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:38:55 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828582</guid>
      </item>
      <item>
         <title>Database System</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828613</link>
         <description><![CDATA[<div>Used to define a collection of application programs that interact with the database along with the DBMS and database itself.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:39:20 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828613</guid>
      </item>
      <item>
         <title>Data Definition Language (DDL)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828641</link>
         <description><![CDATA[<div>Allows users to define a database (e.g. create table, foreign key, constraints, create index). </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:39:45 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828641</guid>
      </item>
      <item>
         <title>Data Manipulation Language (DML)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828663</link>
         <description><![CDATA[<div>Allows users to insert, update, delete, view and retrieve data from the database. The part of a DML that involves data retrieval is called a query language.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:40:04 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828663</guid>
      </item>
      <item>
         <title>ANSI-SPARC (3-level) architecture </title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828708</link>
         <description><![CDATA[<div>Uses three levels of abstraction: external, conceptual, and internal.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:40:38 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828708</guid>
      </item>
      <item>
         <title>External level (ANSI-SPARC architecture)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828741</link>
         <description><![CDATA[<div>Consists of the users’ views of the database.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:41:02 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828741</guid>
      </item>
      <item>
         <title>Conceptual Level (ANSI-SPARC architecture)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828791</link>
         <description><![CDATA[<div>The community view of the database. It specifies the information content of the entire database, independent of storage con- siderations. The conceptual level represents all entities, their attributes, and their relationships, as well as the constraints on the data, and security and integrity information.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:41:45 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828791</guid>
      </item>
      <item>
         <title>Internal Level (ANSI-SPARC architecture)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828842</link>
         <description><![CDATA[<div>The computer’s view of the database. It specifies how data is represented, how records are sequenced, what indexes and pointers exist, and so on.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:42:35 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828842</guid>
      </item>
      <item>
         <title>Database Schema</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828870</link>
         <description><![CDATA[<div>Description of the database structure.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:42:58 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828870</guid>
      </item>
      <item>
         <title>Data independence</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828894</link>
         <description><![CDATA[<div>Makes each level of a database schema immune to changes to lower levels.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:43:21 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828894</guid>
      </item>
      <item>
         <title>Logical Data Independence</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828926</link>
         <description><![CDATA[<div>The immunity of the external scemas to changes in the conceptual schema.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:43:47 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828926</guid>
      </item>
      <item>
         <title>Physical Data Independence</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178828981</link>
         <description><![CDATA[<div>The immunity of the conceptual schema to changes in the internal schema.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:44:23 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178828981</guid>
      </item>
      <item>
         <title>Data Model</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829055</link>
         <description><![CDATA[<div>Collection of concepts that can be used to describe a set of data, the operations to manipulate the data, and a set of integrity constraints for the data.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:45:12 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829055</guid>
      </item>
      <item>
         <title>Conceptual Modeling</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829098</link>
         <description><![CDATA[<div>The process of constructing a detailed architecture for a database that is independent of implementation details, such as the target DBMS, application programs, programming languages, or any other physical considerations. The design of the conceptual schema is critical to the overall success of the system. It is worth spending the time and energy necessary to produce the best possible conceptual design.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:45:32 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829098</guid>
      </item>
      <item>
         <title>Unified Modeling Language (UML)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829150</link>
         <description><![CDATA[<div>A general-purpose, developmental, modeling language in the field of software engineering.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:45:57 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829150</guid>
      </item>
      <item>
         <title>Entity Type</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829180</link>
         <description><![CDATA[<div>A group of objects with the same properties, which are identified by the enterprise as having an independent existence.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:46:17 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829180</guid>
      </item>
      <item>
         <title>Entity Occurrence</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829282</link>
         <description><![CDATA[<div>A uniquely identifiable object of an entity type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:47:18 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829282</guid>
      </item>
      <item>
         <title>Strong Entity Type</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829308</link>
         <description><![CDATA[<div>Entity type that is not existence-dependent on some other entity type. Uniquely identifiable using the primary key attribute.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:47:33 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829308</guid>
      </item>
      <item>
         <title>Weak Entity Type</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829347</link>
         <description><![CDATA[<div>Entity type that is existence-dependent on some other entity type. Can only identify attributes of weak entity types through relationships with strong entity types.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:48:00 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829347</guid>
      </item>
      <item>
         <title>Attribute</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829391</link>
         <description><![CDATA[<div>A property of an entity or relationship type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:48:27 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829391</guid>
      </item>
      <item>
         <title>Simple Attribute</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829416</link>
         <description><![CDATA[<div>An attribute composed of a single component with an independent existence.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:48:47 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829416</guid>
      </item>
      <item>
         <title>Composite Attribute</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829492</link>
         <description><![CDATA[<div>An attribute composed of multiple components, each with an independent existence.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:49:40 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829492</guid>
      </item>
      <item>
         <title>Single-valued Attribute</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829510</link>
         <description><![CDATA[<div>An attribute that holds a single value for each occurrence of an entity type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:49:57 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829510</guid>
      </item>
      <item>
         <title>Multi-valued Attribute</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829520</link>
         <description><![CDATA[<div>An attribute that holds multiple values for each occurrence of an entity type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:50:12 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829520</guid>
      </item>
      <item>
         <title>Domain</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829539</link>
         <description><![CDATA[<div>An attribute <strong>domain</strong> is the set of allowable values for one or more attributes.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:50:29 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829539</guid>
      </item>
      <item>
         <title>Derived Attribute</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829566</link>
         <description><![CDATA[<div>An attribute that represents a value that is derivable from the value of a related attribute or set of attributes, not necessarily in the same entity.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:50:50 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829566</guid>
      </item>
      <item>
         <title>Relationship Type</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829615</link>
         <description><![CDATA[<div>a set of meaningful associations among entity types. A relationship occurrence is a uniquely identifiable association, which includes one occurrence from each participating entity type.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:51:25 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829615</guid>
      </item>
      <item>
         <title>Recursive Relationship</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829634</link>
         <description><![CDATA[<div>A relationship type where the same entity type participates more than once in different roles.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/c9877a8a059675ef1b539e89df5f6c9a/recursive.png" />
         <pubDate>2017-07-17 04:51:41 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829634</guid>
      </item>
      <item>
         <title>Multiplicity</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829666</link>
         <description><![CDATA[<div>The number (or range) of possible occurrences of an entity type that may relate to a single occurrence of an associated entity type through a particular relationship (e.g. 1..n to n..n).</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:52:08 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829666</guid>
      </item>
      <item>
         <title>Cardinality</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829685</link>
         <description><![CDATA[<div>Describes the maximum number of possible relationship occurrences for an entity participating in a given relationship type (e.g. Many to Many).</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:52:27 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829685</guid>
      </item>
      <item>
         <title>Degree</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829734</link>
         <description><![CDATA[<div>The degree of a relation is the number of attributes it contains.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:53:38 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829734</guid>
      </item>
      <item>
         <title>Super Key</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829776</link>
         <description><![CDATA[<div>An attribute or set of attributes that uniquely identifies a tuple within a relation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:54:25 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829776</guid>
      </item>
      <item>
         <title>Candidate Key</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829915</link>
         <description><![CDATA[<div>Minimal superkey such that no proper subset is a superkey within the relation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:56:24 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829915</guid>
      </item>
      <item>
         <title>Primary Key</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829945</link>
         <description><![CDATA[<div>The candidate key that is selected to identify tuples uniquely within the relation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:56:47 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829945</guid>
      </item>
      <item>
         <title>Foreign Key</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829967</link>
         <description><![CDATA[<div>An attribute within one relation that matches the candidate key of some (possibly the same) relation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:57:15 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829967</guid>
      </item>
      <item>
         <title>NULL</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178829993</link>
         <description><![CDATA[<div>Represents a value for an attribute that is unknown at the present time or is not applicable for this tuple.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:57:43 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178829993</guid>
      </item>
      <item>
         <title>Integrity Constraints</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830008</link>
         <description><![CDATA[<div>Used to ensure accuracy and consistency of data in a relational database.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:58:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830008</guid>
      </item>
      <item>
         <title>Entity Integrity Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830032</link>
         <description><![CDATA[<div>Ensures that no attribute of a primary key can be null.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:58:26 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830032</guid>
      </item>
      <item>
         <title>Referential Integrity constraint </title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830060</link>
         <description><![CDATA[<div>Ensures that if a foreign key exists in a relation, either the foreign key value must match a candidate key value of some tuple in its home relation or the foreign key value must be wholly null.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:59:07 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830060</guid>
      </item>
      <item>
         <title>View</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830091</link>
         <description><![CDATA[<div>A virtual or derived relation that is dynamically created from the under- lying base relation(s) when required.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 04:59:38 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830091</guid>
      </item>
      <item>
         <title>Uniqueness</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830133</link>
         <description><![CDATA[<div>The values of an attribute uniquely identify each tuple in a particular relation.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:00:23 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830133</guid>
      </item>
      <item>
         <title>Irreducible</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830198</link>
         <description><![CDATA[<div>A key is <strong>irreducible</strong> if no proper subset of the key is unique.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:01:27 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830198</guid>
      </item>
      <item>
         <title>Functional Dependency</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830238</link>
         <description><![CDATA[<div>An attribute (A), or set of attributes, is reliant on another (B), and if and only if each A value is associated with precisely one B value. It is written as A → B.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:01:52 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830238</guid>
      </item>
      <item>
         <title>Determinant</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830256</link>
         <description><![CDATA[<div>The <strong>determinant</strong> of a dependency refers to the attribute, or group of attributes, on the left-hand side of the arrow.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:02:11 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830256</guid>
      </item>
      <item>
         <title>Fully Functionally Dependent</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830306</link>
         <description><![CDATA[<div>An attribute is <strong>fully functionally dependent</strong> on a set of attributes A if it is both functionally dependent on A, and not functionally dependent on any proper subset of A.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:02:43 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830306</guid>
      </item>
      <item>
         <title>Proper subset</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830363</link>
         <description><![CDATA[<div>A <strong>proper subset</strong> of a set of attributes is group of attributes that is contained in the original set of attributes, excludes at least one of the original attributes</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:03:31 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830363</guid>
      </item>
      <item>
         <title>Partial Dependency</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830387</link>
         <description><![CDATA[<div>An attribute is <strong>partially dependent</strong> if it is a non-key attribute and is functionally dependent on a proper subset of candidate or primary key.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:03:50 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830387</guid>
      </item>
      <item>
         <title>Transitive Dependency</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830489</link>
         <description><![CDATA[<div>A <strong>transitive dependency</strong> is an indirect functional dependency, one in which A→C only by virtue of A→B and B→C.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:05:18 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830489</guid>
      </item>
      <item>
         <title>Multi-valued Dependency</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830531</link>
         <description><![CDATA[<div>A dependency between attributes (for example, A, B, and C) in a relation, such that for each value of A there is a set of values for B and a set of values for C. However, the set of values for B and C are independent of each other.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:05:49 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830531</guid>
      </item>
      <item>
         <title>Redundancy</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830560</link>
         <description><![CDATA[<div>The state of being not or no longer needed or useful (e.g. data is represented in the database more than once).<br><br>Relations with data redundancy suffer from <strong>update anomalies</strong>, which can be classified as <strong>insertion</strong>, <strong>deletion</strong>, and <strong>modification</strong> <strong>anomalies</strong>.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:06:13 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830560</guid>
      </item>
      <item>
         <title>Normal Form</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830602</link>
         <description><![CDATA[<div>A <strong>normal form</strong> is a defined structure for relational databases in which a relation may not be nested within another relation which have attributes with particular relationships.</div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:07:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830602</guid>
      </item>
      <item>
         <title>0NF (Un-normalised form)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830630</link>
         <description><![CDATA[<div>A relation that contains one or more repeating groups (the un-normalised form).</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:07:22 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830630</guid>
      </item>
      <item>
         <title>Repeating Group</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830672</link>
         <description><![CDATA[<div>Set of logically related attributes that occur multiple times in one tuple.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:07:51 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830672</guid>
      </item>
      <item>
         <title>1NF</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830714</link>
         <description><![CDATA[<div>A relation in which the intersection of each row and column contains one and only one value.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:08:15 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830714</guid>
      </item>
      <item>
         <title>2NF</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830721</link>
         <description><![CDATA[<div>A relation that is in 1NF and every non-primary-key attribute is fully functionally dependent on the primary key.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:08:29 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830721</guid>
      </item>
      <item>
         <title>3NF</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830735</link>
         <description><![CDATA[<div>A relation that is in 1NF and 2NF in which no non-primary-key attribute is transitively dependent on the primary key.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:08:46 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830735</guid>
      </item>
      <item>
         <title>BCNF (Boyce-Codd Normal Form)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830752</link>
         <description><![CDATA[<div>A relation that is in 3NF and every determinant is a candidate key.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:09:00 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830752</guid>
      </item>
      <item>
         <title>4NF</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830785</link>
         <description><![CDATA[<div>A relation that is in BCNF and does not contain nontrivial multi-valued dependencies.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:09:32 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830785</guid>
      </item>
      <item>
         <title>Horizontal Partitioning</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830825</link>
         <description><![CDATA[<div>Technique used in denormalisation where tuples of a relation are spread across a number of smaller relations.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-17 05:10:06 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830825</guid>
      </item>
      <item>
         <title>Relational Algebra</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830856</link>
         <description><![CDATA[<div>A (high-level) procedural language: it can be used to tell the DBMS how to build a new relation from one or more relations in the database.</div>]]></description>
         <enclosure url="https://youtu.be/tii7xcFilOA" />
         <pubDate>2017-07-17 05:10:45 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830856</guid>
      </item>
      <item>
         <title>Union</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178830899</link>
         <description><![CDATA[<div>Produces a relation that contains all tuples of R, or S, or both R and S, duplicate tuples being eliminated. R and S must be union-compatible.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/b2be26b412034edc43189067b1c8a8b6/unionRS.png" />
         <pubDate>2017-07-17 05:11:35 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178830899</guid>
      </item>
      <item>
         <title>Intersection</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178831330</link>
         <description><![CDATA[<div>Produces a relation that contains all the tuples in both R and S. R and S must be union-compatible.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/436d640f5268d63cb38311d5ec9d3608/intersectionRS.png" />
         <pubDate>2017-07-17 05:17:51 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178831330</guid>
      </item>
      <item>
         <title>Set Difference</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178831715</link>
         <description><![CDATA[<div>Produces a relation that contains all the tuples in R that are not in S. R and S must be union-compatible.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/e225fd1f7218a5900c9dddef09ba8914/setDifference.png" />
         <pubDate>2017-07-17 05:23:25 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178831715</guid>
      </item>
      <item>
         <title>Rename</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/178832148</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/7f066aad82a107e732130d5dfba305e8/rename.png" />
         <pubDate>2017-07-17 05:31:11 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/178832148</guid>
      </item>
      <item>
         <title>Specialisation</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313614</link>
         <description><![CDATA[<div>is the process of maximizing the differences between members of an entity by identifying their distinguishing characteristics. <br><em>Ch. 13.1.4 of the Textbook</em></div>]]></description>
         <enclosure url="https://youtu.be/0mBkRtJP-_Y" />
         <pubDate>2017-08-07 23:48:36 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313614</guid>
      </item>
      <item>
         <title>Generalisation</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313650</link>
         <description><![CDATA[<div>is the process of minimizing the differences between entities by identifying their common characteristics.<br><em>Ch. 13.1.5 of the Textbook</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:49:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313650</guid>
      </item>
      <item>
         <title>Superclass</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313663</link>
         <description><![CDATA[<div>is an entity type that includes one or more distinct subgroupings of&nbsp; its occurrences, which must be represented in a data model.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:49:13 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313663</guid>
      </item>
      <item>
         <title>Subclass</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313680</link>
         <description><![CDATA[<div>is a distinct subgrouping of occurrences of an entity type, which must be represented in a data model.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:49:20 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313680</guid>
      </item>
      <item>
         <title>Attribute Inheritance</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313697</link>
         <description><![CDATA[<div>An occurrence in a subclass <strong>inherits</strong> all the attributes of the superclass.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:49:28 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313697</guid>
      </item>
      <item>
         <title>Aggregation</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313711</link>
         <description><![CDATA[<div>Represents a “has-a” or “is-part-of” relationship between entity types, where one represents the “whole” and the other the “part.”<br><em>Ch. 13.2 of the Textbook</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:49:39 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313711</guid>
      </item>
      <item>
         <title>Composition</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313724</link>
         <description><![CDATA[<div>Is a specific form of aggregation that represents an association between entities, where there is a strong ownership and coincidental lifetime between the “whole” and the “part.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:49:50 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313724</guid>
      </item>
      <item>
         <title>Fan Trap</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313736</link>
         <description><![CDATA[<div>Where a model represents a relationship between entity types, but  the pathway between certain entity occurrences is ambiguous.</div>]]></description>
         <enclosure url="https://youtu.be/YKqJ_FjfyVM" />
         <pubDate>2017-08-07 23:49:59 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313736</guid>
      </item>
      <item>
         <title>Chasm Trap</title>
         <author></author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180313746</link>
         <description><![CDATA[<div>Where a model suggests the existence of a relationship between entity types, but the pathway does not exist between certain entity occurrences.
</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-07 23:50:07 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180313746</guid>
      </item>
      <item>
         <title>Participation Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180825665</link>
         <description><![CDATA[<div>Determines whether every member in the superclass must participate as a member of a subclass.<br><em>Ch. 13.1.6 of the Textbook</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-13 09:10:36 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180825665</guid>
      </item>
      <item>
         <title>Disjoint Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180825670</link>
         <description><![CDATA[<div>Describes the relationship between members of the subclasses and indicates whether it is possible for a member of a superclass to be a member of one, or more than one, subclass.&nbsp;<br><em>Ch. 13.1.6 of the Textbook</em></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-13 09:10:49 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180825670</guid>
      </item>
      <item>
         <title></title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/180825755</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/0117d80049ab5e54cbbc1e984f022554/erdrmdb.png" />
         <pubDate>2017-08-13 09:15:48 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/180825755</guid>
      </item>
      <item>
         <title>Degree</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/182927875</link>
         <description><![CDATA[<div>The degree of a relationship type is the number of participating entity types.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-26 09:43:22 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/182927875</guid>
      </item>
      <item>
         <title>Binary Relationship</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/182927885</link>
         <description><![CDATA[<div>2 entity types participate in the relationship.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-26 09:43:54 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/182927885</guid>
      </item>
      <item>
         <title>Ternary Relationship</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/182927916</link>
         <description><![CDATA[<div>3 entity types participate in the relationship.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-26 09:45:04 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/182927916</guid>
      </item>
      <item>
         <title>Quaternary</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/182927986</link>
         <description><![CDATA[<div>4 entity types participate in the relationship.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-26 09:48:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/182927986</guid>
      </item>
      <item>
         <title>SQL</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183078440</link>
         <description><![CDATA[<div><strong>SQL</strong> stands for<strong> Structured Query Language</strong>. It is a non-procedural language designed for managing data held in a rDBMS. Whilst SQL is an ANSI standard, there are different versions of the language. SQL acts as both a Data Definition Langauge (DDL) and Data Manipulation Language (DML).</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:23:33 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183078440</guid>
      </item>
      <item>
         <title>Query</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183079507</link>
         <description><![CDATA[<div>A <strong>query</strong> is a question asked of a database, where a result is returned in the form of a temporary table. All queries begin with the declarative SELECT clause.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:32:25 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183079507</guid>
      </item>
      <item>
         <title>SELECT statement</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183079633</link>
         <description><![CDATA[<div>SELECT statement is used to express a query. The clause identifies the columns and/or calculated data that will appear in the result table. All column names that appear in the SELECT clause must have their corresponding tables or views listed in the FROM clause.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:33:04 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183079633</guid>
      </item>
      <item>
         <title>MySQL Glossary</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183081244</link>
         <description><![CDATA[<div><a href="https://dev.mysql.com/doc/refman/5.7/en/glossary.html">https://dev.mysql.com/doc/refman/5.7/en/glossary.html</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:42:33 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183081244</guid>
      </item>
      <item>
         <title>w3schools</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183081416</link>
         <description><![CDATA[<div><a href="https://www.w3schools.com/sql/default.asp">https://www.w3schools.com/sql/default.asp</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:43:45 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183081416</guid>
      </item>
      <item>
         <title>MySQL Reference Manual</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183081507</link>
         <description><![CDATA[<div><a href="https://dev.mysql.com/doc/refman/5.7/en/">https://dev.mysql.com/doc/refman/5.7/en/</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:44:29 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183081507</guid>
      </item>
      <item>
         <title>WHERE clause</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183081896</link>
         <description><![CDATA[<div>selects rows to be included in the result table by applying a search condition to the rows of the named table(s).</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:46:39 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183081896</guid>
      </item>
      <item>
         <title>Data Control Language (DCL)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183082457</link>
         <description><![CDATA[<div>Used to set up privileges and roles.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:50:17 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183082457</guid>
      </item>
      <item>
         <title>CREATE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183082659</link>
         <description><![CDATA[<div>Used to create a database object such as a database, table or view.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:51:42 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183082659</guid>
      </item>
      <item>
         <title>ALTER</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183082740</link>
         <description><![CDATA[<div>Used to alter (modify) an existing database object.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:52:21 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183082740</guid>
      </item>
      <item>
         <title>DROP</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183082781</link>
         <description><![CDATA[<div>Used to delete (remove) a database object.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:52:39 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183082781</guid>
      </item>
      <item>
         <title>Boolean </title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183082957</link>
         <description><![CDATA[<div>Data type that is used to store True or False values.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:53:42 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183082957</guid>
      </item>
      <item>
         <title>CHAR</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183083273</link>
         <description><![CDATA[<div>Data type used to store fixed number of characters.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:55:32 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183083273</guid>
      </item>
      <item>
         <title>VARCHAR</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183083282</link>
         <description><![CDATA[<div>Data type used to store strings with varying numbers of characters.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:55:36 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183083282</guid>
      </item>
      <item>
         <title>DECIMAL</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183083821</link>
         <description><![CDATA[<div>DECIMAL(p, s). Data type used to store a fixed point number. <br>&nbsp;<strong>p</strong>: maximum number of digits that can be stored.&nbsp; <strong>s</strong>: maximum number of digits stored to the right of the decimal point.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:59:42 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183083821</guid>
      </item>
      <item>
         <title>INT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183083846</link>
         <description><![CDATA[<div>Data type used to store a standard integer. Default size is 11 digits in length.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 11:59:52 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183083846</guid>
      </item>
      <item>
         <title>CHECK Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183083956</link>
         <description><![CDATA[<div>Used to limit the value range that can be placed in a column. It applies to only a single column. NOTE: CHECK constraint is parsed (interpreted by MySQL) but ignored in MySQL 5.7. It is recommended that you use triggers instead.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:00:34 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183083956</guid>
      </item>
      <item>
         <title>DEFAULT Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183084292</link>
         <description><![CDATA[<div>The DEFAULT constraint is used to insert a default value into a column. The value will be added to all new rows, if no other value is specified.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:02:53 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183084292</guid>
      </item>
      <item>
         <title>UNIQUE Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183084339</link>
         <description><![CDATA[<div>The UNIQUE constraint ensures that all values in the column must be distinct. An error will occur if you try to add a new row with a value that matches an existing row. This constraint can be applied to a combination of columns, in this case some of the columns can contain null values as long as the combination of values is unique.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:03:13 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183084339</guid>
      </item>
      <item>
         <title>NOT NULL Constraint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183084686</link>
         <description><![CDATA[<div>The NOT NULL constraint prevents a column from accepting NULL values. This means that you cannot insert a new row or update a row without adding a value to the NOT NULL field.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:05:17 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183084686</guid>
      </item>
      <item>
         <title>Constraints</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183084748</link>
         <description><![CDATA[<div>SQL constraints are used to specify rules for the data in a table. If there is any violation between the constraint and the data action, the action is aborted by the constraint. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:05:44 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183084748</guid>
      </item>
      <item>
         <title>USE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183084848</link>
         <description><![CDATA[<div>Used to explicitly state the database you would like to access. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:06:22 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183084848</guid>
      </item>
      <item>
         <title>DOUBLE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183085475</link>
         <description><![CDATA[<div>DOUBLE(size, d). Data type used to store a large number with a floating decimal point.  The maximum number of digits may be specified in the<strong> size</strong> parameter. The maximum number of digits to the right of the decimal point is specified in the <strong>d</strong> parameter. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:09:59 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183085475</guid>
      </item>
      <item>
         <title>DATE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183085715</link>
         <description><![CDATA[<div>Data type used to store  a date value in ‘YYYY-MM-DD’ format.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:11:27 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183085715</guid>
      </item>
      <item>
         <title>DATETIME</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183085813</link>
         <description><![CDATA[<div>Data type used to store date and time value in ‘YYYY-MM-DD HH:MM:SS’ format </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:11:57 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183085813</guid>
      </item>
      <item>
         <title>TIME</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183085895</link>
         <description><![CDATA[<div>Data type used to store </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:12:30 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183085895</guid>
      </item>
      <item>
         <title>TEXT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183085962</link>
         <description><![CDATA[<div>Data type used to store a string with a maximum length of 65,535 characters. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:12:55 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183085962</guid>
      </item>
      <item>
         <title>ENUM</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183086093</link>
         <description><![CDATA[<div>Allows you to enter a list of possible values. You can list up to 65535 values in an ENUM list. If a value is inserted that is not in the list, a blank value will be inserted. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:13:42 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183086093</guid>
      </item>
      <item>
         <title>ON UPDATE RESTRICT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183087842</link>
         <description><![CDATA[<div>Referential action. Rejects the update operation for the parent table. This is the default action and is the same as omitting the ON UPDATE clause.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:22:49 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183087842</guid>
      </item>
      <item>
         <title>ON UPDATE CASCADE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183087924</link>
         <description><![CDATA[<div>Referential action. Update the row from the parent table, and automatically update the matching rows in the child table.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:23:14 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183087924</guid>
      </item>
      <item>
         <title>ON UPDATE SET NULL</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183087992</link>
         <description><![CDATA[<div>Referential action. Update the row from the parent table, and set the foreign key column or columns in the child table to NULL.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:23:38 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183087992</guid>
      </item>
      <item>
         <title>ON UPDATE NO ACTION</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088041</link>
         <description><![CDATA[<div>Referential action. This is the same as using ON UPDATE RESTRICT in MySQL.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:23:54 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088041</guid>
      </item>
      <item>
         <title>ON DELETE RESTRICT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088114</link>
         <description><![CDATA[<div>Referential action. Rejects the delete operation for the parent table. This is the default action and is the same as omitting the ON DELETE clause.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:24:20 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088114</guid>
      </item>
      <item>
         <title>ON DELETE CASCADE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088207</link>
         <description><![CDATA[<div>Referential action. Delete the row from the parent table, and automatically delete the matching rows in the child table.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:24:43 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088207</guid>
      </item>
      <item>
         <title>ON DELETE SET NULL</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088270</link>
         <description><![CDATA[<div>Referential action. Delete the row from the parent table, and set the foreign key column or columns in the child table to NULL.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:24:59 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088270</guid>
      </item>
      <item>
         <title>ON DELETE NO ACTION</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088347</link>
         <description><![CDATA[<div>Referential action. This is the same as using ON DELETE RESTRICT in MySQL.&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:25:18 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088347</guid>
      </item>
      <item>
         <title>DESCRIBE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088539</link>
         <description><![CDATA[<div>The <a href="https://dev.mysql.com/doc/refman/5.7/en/describe.html">DESCRIBE</a> and <a href="https://dev.mysql.com/doc/refman/5.7/en/explain.html">EXPLAIN</a> statements are synonyms, used either to obtain information about table structure or query execution plans.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:26:04 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088539</guid>
      </item>
      <item>
         <title>SHOW</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088594</link>
         <description><![CDATA[<div><a href="https://dev.mysql.com/doc/refman/5.7/en/show.html">SHOW</a> has many forms that provide information about databases, tables, columns, or status information about the server. <br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:26:18 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088594</guid>
      </item>
      <item>
         <title>INSERT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183088648</link>
         <description><![CDATA[<div><a href="https://dev.mysql.com/doc/refman/5.7/en/insert.html">INSERT</a> inserts new rows into an existing table.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:26:32 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183088648</guid>
      </item>
      <item>
         <title>INDEX</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183089608</link>
         <description><![CDATA[<div>An index is a structure that is created for fast data retrievals in a query. By default an index will always be created on primary key columns. You can create additional indexes on other table columns using CREATE INDEX command. Indexes slow down database operations so care is needed in creating indexes.</div>]]></description>
         <enclosure url="https://youtu.be/EZ3jBam2IEA" />
         <pubDate>2017-08-28 12:30:43 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183089608</guid>
      </item>
      <item>
         <title>VIEW</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183089777</link>
         <description><![CDATA[<div>Virtual table that does not necessarily actually exist in the database but is produced upon request, at time of request
</div>]]></description>
         <enclosure url="https://youtu.be/luO2MWjUqe4" />
         <pubDate>2017-08-28 12:31:33 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183089777</guid>
      </item>
      <item>
         <title>AUTO_INCREMENT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183090033</link>
         <description><![CDATA[<div>Auto increment is a DBMS specific mechanism. The AUTO_INCREMENT attribute can be used to generate a unique identity for new rows. The value of the column is inserted automatically every time a new record is inserted. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:32:31 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183090033</guid>
      </item>
      <item>
         <title>DELETE</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/183091339</link>
         <description><![CDATA[<div>Use Delete command to delete rows from a table. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-08-28 12:39:01 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/183091339</guid>
      </item>
      <item>
         <title>INNER JOIN</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/192895216</link>
         <description><![CDATA[<div>Selects records that have matching values in both tables.</div>]]></description>
         <enclosure url="https://youtu.be/soK0CeP_aC8" />
         <pubDate>2017-10-02 08:55:12 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/192895216</guid>
      </item>
      <item>
         <title>LEFT (outer) JOIN</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/192897531</link>
         <description><![CDATA[<div>The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right table (table2). The result is NULL from the right side, if there is no match.</div>]]></description>
         <enclosure url="https://youtu.be/ajPjRoLG_3A" />
         <pubDate>2017-10-02 09:04:27 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/192897531</guid>
      </item>
      <item>
         <title>RIGHT (outer) JOIN</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/192897657</link>
         <description><![CDATA[<div>The RIGHT JOIN keyword returns all records from the right table (table2), and the matched records from the left table (table1). The result is NULL from the left side, when there is no match.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-02 09:05:02 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/192897657</guid>
      </item>
      <item>
         <title>The New Boston MySQL Beginners Tutorial</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/192899416</link>
         <description><![CDATA[<div><a href="https://thenewboston.com/videos.php?cat=49&amp;video=18983">https://thenewboston.com/videos.php?cat=49&amp;video=18983</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-02 09:12:33 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/192899416</guid>
      </item>
      <item>
         <title>Relational Algebra Cheat Sheet</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/192899812</link>
         <description><![CDATA[<div>For the full(er) list of relational algebra operations please refer to the attached cheat sheet.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/cec9fb3a093e91c1bc2172bbeb52cc1e/RelationalAlgebra.pdf" />
         <pubDate>2017-10-02 09:14:17 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/192899812</guid>
      </item>
      <item>
         <title>Database  security</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234638</link>
         <description><![CDATA[<div>The mechanisms that protect the database against intentional or accidental threats.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:24:57 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234638</guid>
      </item>
      <item>
         <title>Threats</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234731</link>
         <description><![CDATA[<div>Any situation or event, whether intentional or accidental, that may adversely affect a system and consequently the organization.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:27:02 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234731</guid>
      </item>
      <item>
         <title>Authorisation</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234743</link>
         <description><![CDATA[<div>The granting of a right or privilege that enables a subject to have legitimate access to a system or a system’s object.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:27:25 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234743</guid>
      </item>
      <item>
         <title>Authentication</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234749</link>
         <description><![CDATA[<div>A mechanism that determines whether a user is who he or she claims to be.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:27:40 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234749</guid>
      </item>
      <item>
         <title>View</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234765</link>
         <description><![CDATA[<div>A view is the dynamic result of one or more relational operations operating on the base relations to produce another relation. A view is a&nbsp; virtual relation that does not actually exist in the database, but is produced upon request by a particular user, at the time of request.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:28:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234765</guid>
      </item>
      <item>
         <title>Backup</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234786</link>
         <description><![CDATA[<div>The process of periodically copying of the database and log file (and possibly programs) to offline storage media.<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:28:18 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234786</guid>
      </item>
      <item>
         <title>Journaling</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234792</link>
         <description><![CDATA[<div>The process of keeping and maintaining a log file (or journal) of all changes made to the database to enable recovery to be undertaken effectively in the event of a failure.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:28:30 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234792</guid>
      </item>
      <item>
         <title>Encryption</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234809</link>
         <description><![CDATA[<div>The encoding of the data by a special algorithm that renders the data unreadable by any program without the decryption key</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:28:52 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234809</guid>
      </item>
      <item>
         <title> RAID </title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234816</link>
         <description><![CDATA[<div>Redundant Array of Independent Disks<br>Provides <em>fault-tolerant mechanism</em>, meaning that the DBMS should continue to operate even if one of the hardware components fails</div>]]></description>
         <enclosure url="https://www.youtube.com/watch?v=eE7Bfw9lFfs&amp;feature=youtu.be" />
         <pubDate>2017-10-21 02:29:12 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234816</guid>
      </item>
      <item>
         <title>Data  administration</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234898</link>
         <description><![CDATA[<div>The management of the data resource, which includes database planning, development, and maintenance of standards, policies and procedures, and conceptual and logical database design.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:32:05 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234898</guid>
      </item>
      <item>
         <title>Database administration</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234909</link>
         <description><![CDATA[<div>The management of the physical realization of a database system, which includes physical database design and implementation, setting security and integrity controls, monitoring system performance, and reorganizing the database, as necessary.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:32:24 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234909</guid>
      </item>
      <item>
         <title>Integrity constraints (security)</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199234972</link>
         <description><![CDATA[<div>Contribute to maintaining a secure database system by preventing data from becoming invalid, and hence giving misleading or incorrect results.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:34:06 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199234972</guid>
      </item>
      <item>
         <title>Transaction</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235825</link>
         <description><![CDATA[<div>An action, or series of actions, carried out by a single user or application program, that reads or updates the contents of the database. Treated as a logical unit of work on the database. Transactions can terminate successfully (<strong>commit</strong>) or unsuccessfully (<strong>abort</strong>). Aborted transactions must be undone or rolled back. The transaction is also the unit of concurrency and the unit of recovery.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:57:42 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235825</guid>
      </item>
      <item>
         <title>Concurrency control</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235838</link>
         <description><![CDATA[<div>The process of managing simultaneous operations on the database without having them interfere with one another.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:57:59 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235838</guid>
      </item>
      <item>
         <title>Recovery</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235847</link>
         <description><![CDATA[<div>The process of restoring the database to a correct state in the event of a failure.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:58:19 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235847</guid>
      </item>
      <item>
         <title>Fault Tolerance</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235870</link>
         <description><![CDATA[<div>Resilient to system crashes due to hardware or software failures</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:59:08 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235870</guid>
      </item>
      <item>
         <title>Lost update</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235895</link>
         <description><![CDATA[<div>an apparently successful completed update by one user can be overridden by another user.<br>Concurrency Problem.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 02:59:48 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235895</guid>
      </item>
      <item>
         <title>Uncommitted dependency</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235918</link>
         <description><![CDATA[<div>One transaction is allowed to see intermediate results of another transaction before it has committed.<br>Concurrency Problem.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:00:24 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235918</guid>
      </item>
      <item>
         <title>Inconsistent Analysis</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235932</link>
         <description><![CDATA[<div>a transaction reads several values from the DB but a second transaction updates some of them during the execution of the first.<br>Concurrency Problem.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:00:53 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235932</guid>
      </item>
      <item>
         <title>COMMIT</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235962</link>
         <description><![CDATA[<div>Command used to permanently save any transaction into database&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:01:43 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235962</guid>
      </item>
      <item>
         <title>ROLLBACK</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235976</link>
         <description><![CDATA[<div>Command used to restore the database to the last committed state.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:02:03 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235976</guid>
      </item>
      <item>
         <title>Savepoint</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199235993</link>
         <description><![CDATA[<div>Command used to temporarily save a transaction so that you can rollback to that point whenever necessary.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:02:26 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199235993</guid>
      </item>
      <item>
         <title>ACID</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199236032</link>
         <description><![CDATA[<div>Properties of Transactions<br>Atomicity<br>Consistency<br>Isolation<br>Durability</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:03:10 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199236032</guid>
      </item>
      <item>
         <title>Atomicity</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199236052</link>
         <description><![CDATA[<div>All-or-nothing property:&nbsp; a transaction is an indivisible unit&nbsp; of work.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:03:43 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199236052</guid>
      </item>
      <item>
         <title>Consistency</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199236071</link>
         <description><![CDATA[<div>A transaction must transform the DB from one consistent state to another. DB can ensure consistency by enforcing relational model constrains (e.g. integrity and referential constrains)</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:04:19 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199236071</guid>
      </item>
      <item>
         <title>Isolation</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199236081</link>
         <description><![CDATA[<div>• In process transaction remains isolated from any other transaction.</div><div>• One transaction cannot read data from another uncommitted transaction.<br>• Implemented&nbsp; by <strong>Serialisability </strong>(transactions are executed interleaved, but should be equivalent to serial (sequential) execution)</div><div>• <strong>Serialisability</strong> identifies those executions of transactions guaranteed to ensure consistency</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:04:39 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199236081</guid>
      </item>
      <item>
         <title>Durability</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199236138</link>
         <description><![CDATA[<div>–effects of a successful committed transaction are permanently recorded in the DB and must not be loss  because of a subsequent failure</div><div>–A guarantee that DB will be recovered even after a crash, regardless of which transaction was in queue, commit, store or rollback</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:06:35 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199236138</guid>
      </item>
      <item>
         <title>Complex Relationship</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199237455</link>
         <description><![CDATA[<div>3 or more entities participate in the relationship.</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:39:04 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199237455</guid>
      </item>
      <item>
         <title>Relational Algebra</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199237512</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/00da9dea163d3673a0c52a10f0ae56f6/RelationalAlgebra.docx" />
         <pubDate>2017-10-21 03:40:40 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199237512</guid>
      </item>
      <item>
         <title>Regular Expressions</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199237536</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/205280964/5595aa6d86c1a490828f4d895ebb9728/regular_expressions_cheat_sheet.png" />
         <pubDate>2017-10-21 03:41:04 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199237536</guid>
      </item>
      <item>
         <title>Basic MySQL</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199237666</link>
         <description><![CDATA[<div><a href="https://gist.github.com/hofmannsven/9164408">https://gist.github.com/hofmannsven/9164408</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:44:23 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199237666</guid>
      </item>
      <item>
         <title>MySQL Wiki</title>
         <author>amandajarvinen</author>
         <link>https://padlet.com/amandajarvinen/ifb1302017/wish/199237696</link>
         <description><![CDATA[<div><a href="https://en.wikibooks.org/wiki/MySQL/CheatSheet">https://en.wikibooks.org/wiki/MySQL/CheatSheet</a></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-10-21 03:45:05 UTC</pubDate>
         <guid>https://padlet.com/amandajarvinen/ifb1302017/wish/199237696</guid>
      </item>
   </channel>
</rss>
