Table Query

serverServer name
 Name of a server in the database servers list
tableTable name
 Name of a table in the database
primaryUnique key
  Name of a unique key column in the table. Strictly, any unique column will suffice, but the primary key column if there is one is preferred.
whereWhere condition
 Optional SQL where expression to filter rows
orderRow order
 Optional SQL order expression to specify order or rows
notesNotes
  The Notes setting may be used for any arbitrary notes, for instance for documentation. Rekall does nothing with the value, other than to preserve it.