💻 SQL quiz
Let’s see how good are you when it comes to SQL!
Check out the employee data in the comment section below, and answer the quiz question.
Following are various SQL queries when written can extract data from the employee_details table:
A. SELECT *
FROM employee_details
B. SELECT employee_code, department, date_of_joining, location
FROM employee_details
C. SELECT all
FROM employee_details
D. SELECT 1,2,3,4,5
FROM employee_details
Which among the above SQL queries will be able to extract ALL THE DATA from employee_details table?
Option A
Option B
Option C
Option D
Options A & B
Options C & D
👉 The most upvoted answer will get a cash reward of INR 500!
Give your answers in the comment section below. The first right comment will be pinned. 📌
11 likes