Digital Signatures

March 26, 2019 antony 0

Digital signatures are very much like handwritten signatures, they are proof of authenticity. Digital signatures are one of the three data protection methods of authentication. […]

Encryption

March 27, 2017 antony 0

Transferring data over networks is inherently insecure.  The traffic passes through multiple routers and if any of those routers are compromised by a hacker or […]

Database visual interface

March 23, 2017 antony 0

Relational databases can look very confusing with the many tables, records, and fields.  Databases are used to hold large amounts of data.  This means navigating […]

Intro to SQL

July 16, 2015 antony 0

Structured Query Language (SQL) is a non-procedural programming language to manage data in a database.  In this course we only learn SQL to query (retrieve) […]

Data Anomalies

May 7, 2015 antony 0

Normalisation is the process of splitting relations into well-structured relations that allow users to insert, delete, and update tuples without introducing database inconsistencies. Without normalisation […]