0% found this document useful (0 votes)
8 views2 pages

I Need SBDB

The document details a quiz review for a MySQL Database course, highlighting the user's performance on various questions. The user achieved a score of 80% on the post-quiz and 60% on the pre-quiz, with feedback provided for each attempt. Key topics covered include SQL functions, GROUP BY clauses, and handling NULL values in queries.

Uploaded by

desairiya722
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

I Need SBDB

The document details a quiz review for a MySQL Database course, highlighting the user's performance on various questions. The user achieved a score of 80% on the post-quiz and 60% on the pre-quiz, with feedback provided for each attempt. Key topics covered include SQL functions, GROUP BY clauses, and handling NULL values in queries.

Uploaded by

desairiya722
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

AAJAO KRO LO BHAIYO OR BEHNO

DOWNLOAD
DILL KHOOL KE
Loot HAI BHAII

Dashboard/My courses/MySQL Database/Function-Scalar & Aggregate/Post-Quiz Quiz review Started


on Sunday, 21 January 2024, 11:27 PM State Finished Completed on Sunday, 21 January 2024, 11:33
PM Time taken 5 mins 56 secs Marks 4.00/5.00 Grade80.00 out of 100.00 Feedback
Congratulations!!! You have passed by securing more than 80% Question 1 CorrectMark 1.00 out of
1.00 Question 2 CorrectHILAOMark 1.00 out of 1.00 All columns in the SELECT list that are not in
group functions must be in the GROUP-BY clause. State True or False.Select one:TRUE FALSEThe
correct answer is: TRUE What will be the output for the below query:select ceil(5.3) from dual; Select
one: None of the options5.06 5 Your answer is correct.The correct answer is: 6 adDownload to read
ad-free 3 1/21/24, 11:35 PM Post-Quiz: Attempt
reviewhttps://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1004505&cmid=6358
2/3 Question 3 CorrectMark 1.00 out of 1.00 Question 4 CorrectMark 1.00 out of 1.00 Single row
functions can be nested to any level. State true or False.Select one:TRUE FALSEThe correct answer is:
TRUEGroup functions can be used in the where clause. State True or False.Select one:TRUEFALSE
The correct answer is: FALSE adDownload to read ad-free 4 1/21/24, 11:35 PM Post-Quiz: Attempt
reviewhttps://

accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1004505&cmid=6358 3/3 Question 5


IncorrectMark 0.00 out of 1.00 We need to create a report to display the order id, ship date and
order total of your ORDERMARO table. If theorder has not been shipped, your report must display
'Not Shipped'. If the total is not available,your report must display 'Not Available'.In the ORDER table,
the SHIPDATE column has a datatype of DATE. The TOTAL column has adatatype of INT.Which
statement do you use to create this report? Select one:SELXNXXECT ordid, IFNULL(shipdate, 'Not
Shipped') as SHIPDATE,Total FROM order; SELECT ordid, IFNULL(shipdSITE ate, 'Not Shipped')
SHIPDATE,IFNULL(MUTTItotal,'Not Available')TOTAL FROM order;FROM order;SELECT ordid, shipdate
"Not Shipped",total "Not Available"FROM order;SELECT ordid,TO_CHAR(shipdate, 'Not
Shipped'),TO_CHAR(total,'Not Available')FROM order;The correct answer is: SELECT ordid,
IFNULL(shipdate, 'Not Shipped') SHIPDATE,IFNULL(total,'Not Available')TOTAL FROM order;FROM
order; Average Cost For Location Jump to... Pre-Quiz adDowDEKHOnload to read ad-free 3
1/21/24, 11:22 PM Pre-Quiz: Attempt

reviewhttps://accenturelearning.tekstac.com/mod/quiz/review.php?attempt=1004391&cmid=6338
1/3 Dashboard/My courses/MySQL Database/Function-Scalar & Aggregate/Pre-Quiz Quiz review
Started on Sunday, 21 January 2024, 11:20 PM State Finished Completed on Sunday, 21 January
2024, 11:22 PM Time taken 2 mins 6 secs Marks 3.00/5.00 GradeOR 60.00 out of 100.00 Feedback
Oops!!! You have scored below 80%. So Kindly make necessary preparations and reattempt. Question
1 CorrectMark 1.00 out of 1.00 Question 2 CorrectMark 1.00 out of 1.00 To display the names of
employees that are not assigned to a department. Evaluate this SQLBOHOT statement: SELECT
last_name, rst_name FROM employee WHERE dept_id = NULL; Which change should you make to
achieve the desired result? Select one:Change the operator in the WHERE condition. Create an outer
join. Add a

second condition to the WHERE condition. Change the column in the WHERE condition. The correct
answer is: Change the operator in the WHERE condition.Which statement is true regarding the
default behavior of JAMthe ORDER BY clause? Select one:In a character sort, the values are case-
sensitive Only those columns that SEare speci ed in the SELECT list can be used in the ORDER BY
clauseNULL values are not considered at all by the sort operationNumeric values are displayed from
the maximum to the minimum value if they have decimal positionsThe correct answer is: In a
character sort, the values are case-sensitive

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy