Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 7 . ( 5 points ) Find accounts who transactiond 'SillyCoin' and also 'Funny Coin'. ( a ) select from account where transactiond in

17.(5 points) Find accounts who transactiond 'SillyCoin' and also 'Funny Coin'. (a) select from account where transactiond in ('Silly Coin', 'FunnyCoin')(b) select from account inner join transactiondetail on ccountid and description in ('Silly- Coin', 'FunnyCoin')(c) select accountid from transaction where description lyCoin', 'FunnyCoin0')(d) select accountid from transaction a inner join transactiondetail inner join transaction bin- ner join transactiondetail where a.description='SillyCoin' and b.description='Funny Coin' (e) Other:
18.(5 points) In general, on limited memory system, no indexes, and huge tables, what join type would perform best? (a) merge join. (b) hash join. (c) indexed lookup join. (d) inner loop join. (e) Other:
19.(5 points) For "account inner join transaction", and no indexes, most modern databases will perform: (a) merge join. (b) hash join. (c) indexed lookup join. (d) inner loop join. (e) Other:
20.(5 points) Partitions: (a) Are similar to views. (b) Are similar to temporary tables. (c) Allow for physical clustering of logically similar data.. (d) All of the above. (e) Other:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL 10 High Performance Expert Techniques For Query Optimization High Availability And Efficient Database Maintenance

Authors: Ibrar Ahmed ,Gregory Smith ,Enrico Pirozzi

3rd Edition

1788474481, 978-1788474481

More Books

Students also viewed these Databases questions

Question

1. Are my sources credible?

Answered: 1 week ago

Question

3. Are my sources accurate?

Answered: 1 week ago

Question

1. Is it a topic you are interested in and know something about?

Answered: 1 week ago