Practice exam one
- If you would like your dashboard to be delivered to the recipients only once on a specific date, what would be the most appropriate approach?
- Access permissions
- Subscription
- Interactive saved searches
- Scheduled delivery
- A schema with denormalized tables would be what type of schema?
- Fact constellation schema
- Snowflake schema
- Star schema
- Galaxy schema
- If you were to perform a right join on the following tables, what would be the result?
Left Table |
Right Table |
||
ClientID |
Name |
ClientID |
Name |
1 |
Smith, Laurence |
1 |
Austin, TX |
2 |
Brown, Betty |
2 |
Denver, CO |
3 ... |