Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

All study groups in your cohort have access to the database of a cryptocurrency fantasy trading app. For an assignment, your professor asks all groups

All study groups in your cohort have access to the database of a cryptocurrency fantasy trading app. For an assignment, your professor asks all groups to query its database, in particular a table titled CurrencyCounter.
This table provides the highest estimated percentage of all players that will choose to play in each of three cryptocurrencies and its per-token value in United States dollars (USD) for the next year.
CurrencyCounter
Cryptocurrency PerTokenValue (USD) Percentage
Ethereum 9530
BitcoinCash 10135
Litecoin 4510
ZCash 6310
Monero 7415
Another study group has produced these results from their query: Litecoin and ZCash.
Which of the following is their query? Select one.
Question 6 options:
SELECT * FROM CurrencyCounter WHERE Percentage <15 OR PerTokenValue >70
SELECT * FROM CurrencyCounter WHERE (Percentage >=10 AND Percentage <=30) AND PerTokenValue <65
SELECT * FROM CurrencyCounter WHERE Percentage >=15 OR PerTokenValue <70
SELECT * FROM CurrencyCounter WHERE (Percentage >=10 AND Percentage <=30) OR PerTokenValue >70

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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