TOP CATEGORIES

×

What is subquery in SQL?

A

Aj Styles

A subquery is query inside a query.

Example: SELECT MAX(salary) FROM EMPLOYEE WHERE salary < (SELECT MAX(salary) from EMPLOYEE);

1 votes

Your Answer

Email: advertise@gdatamart.com

Donate: To Support US

© 2024 GDATAMART.COM (All Rights Reserved)