Computer Science, asked by asmarahman9085, 8 months ago

Write a sql statement to find the no of customers whoes get at least gradation for his/her performance

Answers

Answered by gauravarduino
1

Explanation:

Write a SQL statement find the number of customers who gets at least a gradation for his/her performance. Sample table: ... SELECT COUNT (ALL grade) FROM customer;.

Similar questions