Resources  
  • Customized Auditing In SQL For DDL Operations At Server LevelDec 29, 2020. In this article, you will learn how to customized Auditing in SQL for DDL operations at server level.
  • SQL For Beginners - DDL StatementsJan 21, 2016. In this article you will learn how to create, alter, and drop tables in SQL.
  • Introduction to DDL Statements in SQL ServerDec 07, 2012. In this article, I have explained DDL statements used in SQL Server
  • DDL Triggers in SQL ServerMay 01, 2023. DDL triggers are a type of trigger that gets fired and executed when DDL events occurs on database schema. DDL events include Create, Alter, Drop, Grant, Deny, Revoke statements.
  • SQL Commands : DDL, DQL, DML, DCL, TCL with Examples Jan 27, 2022. Master the art of SQL DDL commands, DCL commands, DQL commands, DML commands, TCL commands for effective database management.
  • DDL Triggers In SQL ServerNov 29, 2021. This tutorial will show you the concept of DDL Triggers In SQL Server.
  • SQL Server Languages: DML, DDL, DCL & TCLJan 14, 2016. In this article you will learn about SQL Server Languages: DML, DDL, DCL & TCL.
  • DDL, DML and DCL in MySQLDec 02, 2011. In this article, we will discuss the working process of DDL, DML, and DCL in MySQL.These are some of the most commonly used SQL commands that allow you to perform various operations on the data stored in a database. Understanding and using these commands effectively is essential for working with relational databases and managing data efficiently.
  • DDL and DML Operations in SharepointDec 28, 2010. In this article you will learn how to use DDL and DML Operations in Sharepoint.
  • SQL CommandsSep 08, 2023. In SQL Server, various types of SQL commands are essential for managing and querying databases. These include Data Query Language (DQL) for retrieving data, Data Definition Language (DDL) for defining structures, Data Manipulation Language (DML) for data manipulation, and Control Language (CL) for transactions and control. Understanding these SQL command types is crucial for effectively working with SQL Server databases, enabling tasks from creating tables to querying data, ensuring efficient data management and retrieval.
  • LOGON Triggers in SQL ServerMay 07, 2023. In this article, we shall cover Logon Triggers. Logon trigger a special kind of stored procedure which fires automatically when a LOGON event is detected, or new database connection is established. Logon triggers are similar to DDL triggers and created at server level.
  • How Is SQL Is Different Than NoSQLJul 25, 2022. Most people think data is just a piece of information, but in actuality, data is a piece of information organized in form of relevant information, tables, rows, columns, and indexes to make it easier to retrieve any information.
  • Triggers in SQL ServerFeb 24, 2022. In this article, we will learn about What is a trigger, Types of triggers and benefits of triggers in SQL Server.
  • Prevent Tables From Being Created, Dropped, Or Altered In SQL ServerOct 21, 2021. This tutorial will show you, how to prevent tables from being created, dropped, or altered in SQL Server.
  • Doubly Linked List in C#Apr 24, 2020. In this article, you will learn about the Doubly Linked list in C#.
  • What is a Trigger? What are the Types Of Triggers? How to Display Information About Events - Part OneMar 02, 2020. In this article, you will learn about how to display information about events.
  • Introduction To SQL And SQL CommandsJul 26, 2019. In this article, I am going to explain different types of SQL commands which are DDL, DML, DQL, DCL, and TCL.
  • Introduction to CDC of SQL Server - Part ThreeMar 02, 2016. In this article you will learn understand few more commands of CDC in SQL Server.
  • Types of Commands in SQL ServerJul 07, 2015. This article explains various types of SQL Server commands, like DDL, DCL, DML, and TCL etc.
  • SQL Server TriggerMay 16, 2015. This article explains triggers in SQL Server. A trigger in SQL is a special kind of Stored Procedure or stored program that is automatically fired or executed when some event (insert, delete and update) occurs.
  • Introduction to Triggers in SQL ServerOct 17, 2012. Tiggers are commonly used in SQL Server to automate data updates. This introduction article explains the basics of trigger in SQL, the types of triggers, and how to implement triggers in SQL Server.
  • Difference Between Temp Table and Table VariableJan 20, 2011. This article explains the basic differences between table variables and temp tables. Because these things are mostly and widely used for temporary storing mechanism in the stored procedures in sql.
  • Part IV: Step by Step Procedure of How to Install an AssemblyJan 23, 2008. This article continue to explain how to install an assembly as the part I,II and III.
  • System Views and Functions in SQL Server 2005 by Steve on Jul 06, 2006 Jul 06, 2006. I tried to explore some basic TSQL functions and VIEWS in SQL Server 2005. I believe this would be useful when we write DDL-DML Statements.

About ddl

NA

OUR TRAINING