Vedant Sagolaledbforpuredevelopers.hashnode.dev·Dec 11, 2024DDL and DML commandsDDL (Data Definition Language) Commands DDL commands are used to define, modify, and manage the structure of a database and its objects (such as tables, schemas, etc.). CommandDescriptionExample CREATECreates a new database object (table, view...DiscussSQL
Eshita Sharmaeshita.hashnode.dev·Oct 8, 2024Understanding DDL and DML Statements in SQLIn database management, SQL (Structured Query Language) is an essential tool that allows users to interact with databases. SQL is divided into several sub-languages, two of the most critical being Data Definition Language (DDL) and Data Manipulation ...ARYAN SAROJ 02 and 2 others are discussing this3 people are discussing thisDiscuss·3 likes·45 readsDatabases
Nabeelmarketingbynabeelkkc.hashnode.dev·Sep 8, 2024Embracing the Responsibilities of a Digital Marketer: A Journey Through Passion and PurposeImagine waking up every morning with a sense of excitement, knowing that your work is not only your profession but also your passion. For many digital marketers, this is a daily reality—a chance to dive into the dynamic world of online strategies and...DiscussDigital Marketing
Swatipbtechnicalblogss.hashnode.dev·Aug 5, 2024SQL CommandsData Definition Language (DDL): It changes the structure of the table by creating, deleting, or altering the table. DDL commands are auto-committed, meaning they save all changes in the database. Create: This command is used to create a new table in...Discuss·1 likesqueal
Aman Singhamanlearn.hashnode.dev·Jun 20, 2024Essential SQL Command Types You Should KnowSQL Command Types DQL (Data Query Language)DDL (Data Definition Language)DML (Data Manipulation Language)DCL (Data Control Language)TCL (Transaction Control language) SELECTCREATEINSERTGRANTCOMMIT DROPDELETEREVOKEROLLBACK ALTERUPDATESAVEPOIN...Discuss·1 likeDQL
Abhishek Kumarabhishk.hashnode.dev·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·64 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·252 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 likeBig 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·109 readsDML