Answer:
Having.
Explanation:
When we are working with Select statements like COUNT(CustomerID).We should use Having clause because functions like (SUM,COUNT,AVG etc) are aggregate functions and we cannot use where clause with aggregate functions.That's why we use Having clause with aggregate functions.
for example:-
select COUNT(CustomerID),state_of_residence
from Customers
GROUP BY state_of_residence
HAVING COUNT(CustomerID)>10;
It deleted the conversation. Past messages and stuff like that. I don't think it will delete the contact, just the text messages.
Answer:
it would probably be on the right side
Explanation: