Abhishek Kumarblog.kumarprojects.com·Mar 17, 2023What is DDL, DML, DQL and DCL in SQL?SQL stands for Structured Query Language and it is a comprehensive language for manipulating databases. SQL can be used to create, modify, query, and control data in database systems such as PostgreSQL, MySQL, Microsoft SQL Server, and Oracle Databas...Discuss·44 readsSQL
Ezeji chinemeremnemerem22.hashnode.dev·Jan 28, 2023Data Manipulation Language(DML)Data manipulation is the process of changing or altering data in order to make it more readable and organized. You can arrange data alphabetically to expedite the process of finding useful information. For example, it can be difficult to find informa...DiscussDML
shubham lashkanblog.shubhamlashkan.com·Jan 13, 2023Database Class Methods vs DML Statements in SalesforceIn this article, you will learn the difference between Database Class Methods & DML Statements in Salesforce Apex and when to use which one. Salesforce provides 2 ways to perform DML operations. DML Statements. Database Class Methods. DML Stateme...Discuss·148 readsSalesforce
Ashwin Telmoreashwintelmore.hashnode.dev·Dec 17, 2022Aim: Install and run HBase and then use DDI and DML command.Prerequisite: Ubuntu installed Installed java with environment variable set Installed Hadoop with environment variable set( if not then install Hadoop) Install and run HBase To check the current version of Ubuntu type the below command lsb_relea...Discuss·1 like·67 readsBig data AnalyticsHBase
Rukayat Balogunrukayat-balogun.hashnode.dev·Dec 8, 2022Data Manipulation Language (DML)Data Manipulation Language (or simply DML) consists of SQL commands that handle data maintenance functions. This means that you can manipulate the data contained within the relational database objects. The command statements, which read like normal E...Discuss·95 readsDML