I have a table in which I have Users ( userId,User_National_number,Date_Of_registratration) I have another excel sheet in which I have (user_social_number)
I want to add two more columns in my excel with one columne as boolean yes/no and one as date , I would like to update the excel sheet I want to show Yes in front of user_social_number in my excel sheet if that user is available in my table along with its date of registration , How can I query that ,