Tagged By SQL server

What is MDF extension?

, , No Comment

MDF extensions refer to file extensions that are associated with the database files of SQL servers.  MDF stands for Main Database File and uses the MDF extension for files that contain the main database of&hellip

Read Post →

What are DML and DDL?

, , No Comment

‘DML’ stands for ‘Data Manipulation Language’ while ‘DDL’ stands for ‘Data Definition Language.’  Both are languages that are used in creating and/or manipulating data or objects in an SQL server.  As their names suggest, language&hellip

Read Post →