Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts

Thursday, January 7, 2016

07 Jan

What is SQL?

Structured Query Language.  T-SQL language  Getting information from the database using the SELECT statement. Fetching Data Transact-SQL (T-SQL) language  SQL is a standard language for accessing databases.  SELECT statement SELECT FROM WHERE ORDER BY SQL Statements: DDL, DML and DCL: Data...

Monday, August 3, 2015

03 Aug

What is the full form of mdf, ldf and ndf in SQL Server?

SQL Server databases have three types of files:Primary data filesThe primary data file is the starting point of the database and points to the other files in the database. Every database has one primary data file. The recommended file name extension for primary data files is .mdf.Secondary data filesSecondary data files...