SQL and Datasets Flashcards
1
Q
Dataset
A
A SQL SELECT query. Specific data polled from the database that populates a chart.
2
Q
Two Tables in SQL Database
A
User Tables, which contain information that is in the database
System Tables, which contain the database description
3
Q
The only statement used for FAZ Reports
A
SELECT (because it is read only)
4
Q
FAZ Functions: email
A
email_domain and email_user.
Domain retrieves anything after the @ symbol. User retrieves anything the comes before the @ symbol
5
Q
FAZ Functions: time
A
from_dtime and from_itime
dtime returns the device timestamp without the time zone, while itime returns the Faz’s timestamp without the time zone.