Q.
Given an employees table as follows:
emp_id emp_name
1 Rajneesh
2 Mukesh
what value will be return by below query ?
Select count(*) from employees;
Similar Questions
1.
Which of the following is not a valid SQL type?
2.
Which SQL statement is used to create a table in a database?
3.
MySQL runs on which operating systems?
4.
To remove duplicate rows from the result set of a SELECT use the following keyword
5.
To use MySQL on your computer, you'll need?
6.
Which SQL statement is used to insert a new data in a database?
7.
A NULL value is treated as a blank or 0.
8.
In a LIKE clause, you can could ask for any value ending in "god" by writing
9.
MySQL is
10.
The result of a SELECT statement can contain duplicate rows.
STRUCTURED QUERY LANGUAGE TOPICS