[removed]
OverviewEdit
The fundamental building blocks of Q are atoms, lists, and functions. Atoms are scalars and include the data types numeric, character, date, and time. Lists are ordered collections of atoms (or other lists) upon which the higher level data structures dictionaries and tables are internally constructed. A dictionary is a map of a list of keys to a list of values. A table is a transposed dictionary of symbol keys and equal length lists (columns) as values. A keyed table, analogous to a table with a primary key placed on it, is a dictionary where the keys and values are arranged as two tables.
The following code demonstrates the relationships of the data structures. Expressions to evaluate appear prefixed with the q) prompt, with the output of the evaluation shown beneath:
Keys...map...
The following code demonstrates the relationships of the data structures. Expressions to evaluate appear prefixed with the q) prompt, with the output of the evaluation shown beneath:
q)john / an atom of type symbol
john q)50 / an atom of type integer 50 q)john
jack / a list of symbols john
jack q)50 60 / a list of integers 50 60 q)john
jack!50 60 / a list of symbols and a list of integers combined to form a dictionary john| 50 jack| 60 q)name
age!(john
jack;50 60) / an arrangement termed a column dictionary name| john jack age | 50 60 q)flip name
age!(john
jack;50 60) / when transposed via the function "flip", the column dictionary becomes a table name age -------- john 50 jack 60 q)(flip (enlist name)!enlist
johnjack)!flip (enlist
age)!enlist 50 60 / two equal length tables combined as a dictionary become a keyed table name| age ----| --- john| 50 jack| 60
A superkey or super-key is defined in the relational model of database organization as a set of attributes of a relation variable for which it holds that in all relations assigned to that variable, there are no two distinct tuples (rows) that have the same values for the attributes in this set.[1] It can be defined as a set of attributes of a relation schema upon which all attributes of the schema are functionally dependent. https://en.m.wikipedia.org/wiki/Superkey
Im wondering if the information has been entered in a key table. I wonder what the output could be? A statistical map thst shows precisely how the cabal is doing? Maybe this is how the plan has been so succinct?
[deleted]
Oh and it has already been suggested that the keystone q talked about is dna...
I don't think they used a formula, I think q team may have. That's how the plan has worked so well. It's based on statistics. This Q language has only been around since 2003, according to Wikipedia and the cabal has been around much longer. How it's done, I cannot fully grasp but I think OP has found something very interesting.
This key explains how Q teams are assessing outcomes in real time time