Saturday, 29 June 2024

Dp-900 notes

 There's 3 type of Relational data SQL:

DDL (Data Definition Language) CREATE, DROP, ALTER, RENAME, COMMENT AND TRUNCATE. DML (Data Manipulatión Language) SELECT, INSERT INTO, DELETE, UPDATE. DCL (Data Control Language) REVOKE & GRANT. TCL (Transaccional Control Language) COMMIT & ROLLBACK


Which storage solution supports access control lists (ACLs) at the file and folder level?

  •  Azure Data Lake Storage

No comments:

Post a Comment

Updating Records Without Triggering Plugins – Bypassing Plugin Execution in Dynamics 365 / Dataverse using C#

  Recently, we had to write a small utility—a console application—that would go and update a bunch of existing records in our Dynamics 365 e...