SQL Queries
- Prasanta Paul (Quality Test Engineer)
- Apr 30, 2018
- 1 min read
Write a SQL query to fetch the count of employees working in project 'P2'.


QUERY:
SELECT COUNT(*) FROM table_name Where project='p2';
TESTCASES.IN
Idea for test cases
Our Recent Posts
Archive
Tags
Comments