TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Data Definition
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sanjay Kumar (1)
Aradhana Tripathi (1)
Nipun Tomar (1)
Krishnajina (1)
Jean Paul (1)
Related resources for Data Definition
No resource found
Detailed explanation of SQL Server Triggers and its Advantages
8/6/2024 5:27:50 AM.
SQL Server triggers are automated stored procedures that execute in response to specific database events such as INSERT, UPDATE, or DELETE (DML) and CREATE, ALTER, or DROP (DDL). They enforce business
DDL Triggers in SQL Server
5/1/2023 7:23:25 AM.
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.
Oracle SQL Commands: Part 1
10/29/2013 12:09:39 PM.
While using SQL there are some queries we can use on a frequent basis, since these queries play a vital role in storing the data into the database.
Creating Reports in C# using Crystal Reports with Xml data Definitions
9/30/2012 2:54:32 AM.
This article explains how to extract data into a Crystal Report created outside a C# project using xml data definitions and data sets.
Windows Azure - Data Definition and Manipulation in SQL Azure
10/22/2011 6:35:30 PM.
In this article I will explore the table creation, insert, update, delete database operations and selecting of rows on SQL Azure using ADO.NET classes.