Given 2 tables ENGINEER and DATA, query the sum of Count of all the engineers whose Type is FrontEnd.
Note: The column ID is the same in both the tables.
The description of the tables are given below:
ENGINEER:
DATA:
NOTE : The output should contain one column by the name ‘A’
Example :
NOTE: You only need to implement the given function. Do not read input, instead use the arguments to the function. Do not print the output, instead return values as specified. Still have a question? Checkout Sample Codes for more details.