Which aggregate function is used to find the smallest value of a value expression?
a. AVG(value expression)
b. SUM(value expression)
c. MAX(value expression)
d. MIN(value expression)
d. MIN(value expression)
You might also like to view...
Case-Based Critical Thinking QuestionsCase 4-1Leon works at his company's Help Desk. He is getting many questions regarding new software installation and access problems. Here are some of them. I have installed an application but it fails to work. What should I do?
A. Check if the installation was completed. B. Check the distribution media. C. Try to access it from the Start screen. D. Uninstall it and then try to reinstall it again, because some modules may be corrupted.
Case-Based Critical Thinking QuestionsCase 1-1Lucy wants to develop a Web page to display her information. She wants to just start with a basic page that lists her accomplishments, her work history, and the different computer classes she has taken. She would like each section clearly identified. What would be the best file name for Lucy's page according to Internet conventions?
A. Lucy's Info B. lucysinfo C. LucysInfo D. Lucys Info
What are some techniques you might use to obtain an accurate evaluation?
What will be an ideal response?
Which of the following will open a blank window that can display a custom confirmation notice?
A) var win = window.open("menubar=yes", "confirmWindow", ""); B) var win = window.open("confirmWindow", ""); C) var win = window.open("confirmWindow", "","menubar=yes"); D) var win = window.open("", "confirmWindow","menubar=yes");