SQL and Datasets Flashcards

1
Q

Dataset

A

A SQL SELECT query. Specific data polled from the database that populates a chart.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The only statement used for FAZ Reports

A

SELECT (because it is read only)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly