I received a technical task to create a Win Forms application, and I used regular SQL queries. They asked me to refactor them into SQL Procedures. What does this mean?
SQL Procedures (more commonly known as Stored Procedures) are basically methods u create via SQL statements once (just like tables, etc)
and then instead of insert/select/etc queries, u would call these procedures