79709503

Date: 2025-07-21 18:39:32
Score: 2
Natty:
Report link

SELECT

(SELECT SUM(rent) from income) AS total_income,

(SELECT SUM(cost) from expenses) AS total_expenses,

(SELECT SUM(rent) from income) - (SELECT SUM(cost) FROM expenses) AS net_total;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ALOK KUMAR SINGH