Consider the AGENTS table with columns AGENT_ID, AGENT_NAME, SALARY, SALES_QTY, Commission_Paid
Write a query to display the agents details whose agents Commission_Paid is not equal to NULL.
Reveal answer
Fill a bubble to check yourself
Consider the AGENTS table with columns AGENT_ID, AGENT_NAME, SALARY, SALES_QTY, Commission_Paid
Write a query to display the agents details whose agents Commission_Paid is not equal to NULL.