able1: user_info = user_id, user_scubscription_type(trial/paid) table1 user_id = primary key table2 user_id = foreign key objective: To identify the 3rd highest feature is being used by trial users table2: feature_usage = feature_id, user_id,
Apart from using limit what's the other way of writing query
I think we can even use row number function rt
Can anyone help me with the query