subquery in sql
Subquery in sql-: Suppose we want ti write a query to find out who earnsĀ a salary more then Rames’s salary. To solve this problem we need two query first find out the Ramesh salary and second who earn more then Ramesh. we can solve this problem by combine two query placing one query insideā¦ Read More »