PinnedHow I Started an Online Retail and Wholesale Business with $250 Initial Investment (Not Dropshipping, Affiliate Marketing or MLM)When I was brainstorming for a business, I have a few items that I want to check-off from my checklist: To start, I don’t want to spend more money than a pair of limited Nike or Air Jordan I do not want to go to China to manufacture them I…Entrepreneurship4 min read
Jun 2, 2021Window Functions — SQL Journal — Part 2Aggregate Functions (AVG, MAX/MIN, COUNT, SUM) Above is a wine dataset found on StrataScratch. Suppose we want to write a query to find out what the most expensive wine from each country. We can utilize window function to do this.Sql4 min read
May 28, 2021Aliases — Learning SQL Journal — Part 1I came across a Salesforce SQL Interview question from StrataScratch, at first I thought it was a pretty straightforward, but this question taught me a few things, and I want to share them with you. Here is the preview of the dataset:2 min read