Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 24 Not yet answered Marked out of 3.00 p Flag question Given the following FRIENDS table. FRIEND_ID USERNAME NUM_FOLLOWERS 11 SUPERGIRL 15 2 DALMATION
Question 24 Not yet answered Marked out of 3.00 p Flag question Given the following FRIENDS table. FRIEND_ID USERNAME NUM_FOLLOWERS 11 SUPERGIRL 15 2 DALMATION 30 TABBY 158 14 SWIFT 250 5 GENIE 12 6 DARKO NULL SQL QueryA SELECT COUNT(DISTINCT NUM_FOLLOWERS) FROM FRIENDS SQL Query B SELECT COUNT(*) FROM FRIENDS Which of the following is the correct output for SQL Query A and SQL Query B? SQL Query A = 5; SQL Query B = 6 SQL Query A = 6; SQL Query B = 6 SQL Query A = 6; SQL Query B = 5 SQL Query A = 5; SQL Query B = 5
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started