Given an employee table as follows: emp_id emp_name 1 Brush 2 Jerrin what value will be return by below query ? Select count(*) from employees;

🎲 Try a Random Question  |  Total Questions in Quiz: 150  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Open Source Software — practice the complete quiz, review flashcards, or try a random question.


Given an employee table as follows: emp_id emp_name 1 Brush 2 Jerrin what value will be return by below query ? Select count(*) from employees;