Most Used SQL Query used in current job ?
Query all the records from the table substitute_details
select * from SUBSTITUTE_DETAIL where user_id=’userid’;
Query records from the substitute_details table where user_id =123 and application key is default means multiple conditions in where clau...
hashcodehub.hashnode.dev1 min read