PinnedSQL Queries For Mere Mortals: Creating a Simple QuerySimple Select Statment: Don't write SQL Query immediately after reading the problem statement: Search for nouns in the problem statement as it may be a table name or a column name. Map the extracted nouns with the suitable table and column names....Mar 19, 2022·3 min read