Success Forge SQL Server Quiz

Quiz
•
Computers
•
Professional Development
•
Medium
Aniket Molke
Used 3+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which SQL clause is used to filter groups of rows after they have been grouped by GROUP BY clause?
ORDER BY
HAVING
WHERE
DISTINCT
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which SQL keyword is used to retrieve data from a database?
GET
SELECT
FETCH
RETRIEVE
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How would you select all employees with salaries between 4000 and 7000 in SQL?
SELECT * FROM Employees WHERE salary >= 4000 AND salary <= 7000;
SELECT * FROM Employees WHERE salary BETWEEN 4000 AND 7000;
Both 1 and 2
None of the above
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What will the following query do?
SELECT department, MAX(salary) FROM Employees GROUP BY department;
Returns the highest salary in the company
Returns the highest salary for each department
Groups all employees by salary
Returns the total salary in each department
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What will the following SQL statement return?
SELECT AVG(salary) FROM Employees WHERE department = 'Marketing';
The total salary of Marketing department employees
The average salary of all employees
The average salary of Marketing department employees
The sum of salaries in all departments
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
In a LEFT JOIN, what happens to rows in the left table when no corresponding match in the right table?
They are excluded from the results
They appear with NULL values for columns from the right table
They are duplicated based on the rows in the right table
They are included only if specified
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
Which type of join includes only rows with matching values from both tables?
LEFT JOIN
INNER JOIN
FULL JOIN
RIGHT JOIN
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
SQL Session 2 Quiz

Quiz
•
Professional Development
10 questions
PLSQL and Cursor Quiz

Quiz
•
Professional Development
10 questions
Quiz 6 subinterogari

Quiz
•
Professional Development
10 questions
Quiz 10 SQL Server

Quiz
•
Professional Development
10 questions
Quiz 9 MySQL

Quiz
•
Professional Development
10 questions
Kuis Oracle Database

Quiz
•
Professional Development
10 questions
datbase 5

Quiz
•
Professional Development
13 questions
Database SQL Part 1 V1

Quiz
•
Professional Development
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade