Wednesday, August 12, 2026

214 ) Daily log

 

 


-----------------------------------------------------------------------
12-Aug-26 wed
-------------------------------------------------------------------------
  •  1) 🔲 learn all SQL queries 
  • 2) Practiced 3 queries ( 
    • 4th highest, 
    • delete duplicates , 
    • dept wise high sal

 -------------------------------------------------------------------------


-------------------------------------------------------------------------
11-Aug-26
-------------------------------------------------------------------------
 
1) created sql questions as a list with links to posts
 2 )  3 pm have a call with TCS 
 3
 -------------------------------------------------------------------------

No comments:

Post a Comment

215 ) query : Customers Purchasing the Same Product in Different Stores in Same Month

  /*  ### Step 1: DDL & DML (Sample Data Setup) ```sql -- 1. Create Orders Table */ DROP TABLE customerorders ; CREATE TABLE custome...