Learning Is Never Ending Process
Synchronous: Code execution blocks until a task completes.
Asynchronous: Code execution can continue while a task is still running,
leading to better resource utilization and responsiveness.
Data Definition Language (DDL) : CREATE , ALTER , DROP (tables, views, procedures, triggers). Data Manipulation Language (DML) : SELECT ,...
No comments:
Post a Comment