-- ***Q.5 Write a SQL query to calculate the average sale for each month. find out best selling month in each year. -- ***Q.6 Write a SQL query to find the number of unique customers who purchased ...
-- Fix infinite recursion: room_members policy was querying room_members again. -- Use a SECURITY DEFINER function so the membership check bypasses RLS. create or replace function ...