Skill: NoSQL
 
Definition
A variety of non-relational databases that are used for handling huge amounts of data in the multi-terabyte and petabyte range. Rather than the strict table/row structure of the relational databases that are widely used in all enterprises, NoSQL databases are field oriented and more flexible for many applications. They are said to scale horizontally, which means that inconsistent amounts of data can be stored in an individual item/record (the equivalent of a relational row). The "not" SQL designation comes from the SQL language used to query a relational database.
References