|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-dml-statements-salesforce-beginners/
课程评论:没有评论
**课程名称:** Salesforce开发入门:DML语句学习 **课程概述:** 本课程旨在帮助Salesforce初学者从零开始,深入学习DML(Data Manipulation Language)语句的概念、类型及其在Salesforce开发中的应用。DML语句是用于创建、修改和管理Salesforce记录的关键工具,通过编写简洁的代码即可高效操作数据。 **学习目标:** 完成本课程后,您将能够: * 理解DML语句的定义及其在Salesforce开发中的作用。 * 掌握DML语句的各种类型。 * 熟练运用Salesforce提供的六种独立的DML语句:Insert(插入)、Update(更新)、Upsert(插入或更新)、Delete(删除)、Undelete(恢复删除)、Merge(合并)。 * 区分DML语句与SOQL(Salesforce Object Query Language)和SOSL(Salesforce Object Search Language)查询的异同。 **学习内容概要:** * DML语句基础:定义、用途及重要性。 * DML语句详解: * Insert:创建新记录。 * Update:修改现有记录。 * Upsert:根据指定条件插入或更新记录。 * Delete:删除记录。 * Undelete:恢复已删除的记录。 * Merge:合并记录。 * DML与SOQL/SOSL区别:理解数据操作与数据查询的界限。 **推荐后续课程:** * Salesforce开发入门:Apex触发器学习 * Salesforce开发:REST API与集成基础学习
In this course, you will learn What are DML Statements and How to Use them in Salesforce development from scratch.This course is designed and curated by Shrey Sharma for beginners in Salesforce to give them an in-depth knowledge of what are DML Statements and what are their different types and how they can be used in Salesforce in order to solve complex problems. DML stands for Data Manipulation Language and DML Statements are used to create and modify records in Salesforce using the 6 DML Standalone statements. This allows you to manage your records easily by writing a single line of code. After learning this course you will be able to learn the key concepts of DML Statements in Salesforce and you will be able to answer the following questions:1. What are DML Statements and Where are they used?2. What are the different types of DML statements?3. What are the 6 DML Standalone Statements:Insert Update Upsert Delete Undelete Merge3. Difference between DML and SOQL & SOSL queries.You can check out our other courses as well on the instructor's page to gain a deep understanding of Salesforce admin and development.Recommended courses for you to do next:1. Learn Apex Triggers Salesforce Development for Beginners2. Learn Rest API and Integration Basics Salesforce Development