Search
 
SCRIPT & CODE EXAMPLE
 

SQL

Write an SQL query to fetch the count of employees working in the department ‘Admin’.

SELECT COUNT(*) FROM worker WHERE DEPARTMENT = 'Admin';
Comment

PREVIOUS NEXT
Code Example
Sql :: Question 7: Write an SQL query to print details of the Workers who have joined in Feb’2014. 
Sql :: oracle diskgroup 
Sql :: full-text index mysql 
Sql :: do block in postgresql 
Sql :: mysql average from two table 
Sql :: creating tables in sql with python 
Sql :: sqlcmd list tables 
Sql :: sql insert into select statement 
Sql :: sql alternative to max statement 
Sql :: SQL/delete 
Sql :: duplicate key value violates unique constraint "django_admin_log_pkey" 
Sql :: java.sql.sqlexception: the url cannot be null 
Sql :: add column first position mysql 
Sql :: order by in codeigniter query builder 
Sql :: denormalization in sql example 
Sql :: mysql workbench view 
Sql :: insert into table sql 
Sql :: pl sql command line run 
Sql :: sql subquery 
Sql :: mysql trim characters 
Sql :: table users 
Sql :: sql select only row with the max date 
Sql :: cannot connect to mysql server 10060 
Sql :: sql is null or empty 
Sql :: how to get capital letter first in sql 
Sql :: sql transaction 
Sql :: sql selet 
Sql :: where keyword sql 
Sql :: jsonb 
Sql :: UPDATE SQL RAHULDEV 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =