Write the following queries in the algebraic form using relational and theoretical operators:
(Use 3 steps)
SELECT Serial_no, COUNT(*), AVG(Sale_Price) FROM SALE
GROUP BY Serial_no HAVING AVG(Sale_Price) <>
AND COUNT(*) > 2 OR COUNT(*)=1;
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here