Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (179)
  • Reference (2172)
  • Snippets (69)

Tag: SQL Server

1SMARTchicken - Code Made Easy

Tag: SQL Server

  • Tutorials (179)
  • Reference (2172)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (179)
  • Reference (2172)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Tag: SQL Server

  • Tutorials (179)
  • Reference (2172)
  • Snippets (69)
  • Home
  • SQL Server
SQL Reference

SQL – BACKUP DATABASE Keywords

August 9, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, SQL Server

The BACKUP DATABASE keywords are used in SQL Server to create a full back up of an existing SQL database.

SQL Reference

SQL – CHECK Keyword

August 9, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The CHECK keyword is a constraint that limits the value that can be placed in a column.

SQL Reference

SQL – CONSTRAINT Keyword

August 10, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The CONSTRAINT keyword is used to create or delete a constraint from an existing table.

SQL Reference

SQL – DEFAULT Keyword

August 10, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The DEFAULT keyword provides a default value for a column that will be added to all new records if no other value is specified.

SQL Reference

SQL – DROP Keyword

August 10, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The DROP keyword is used to delete existing columns, constraints, databases, indexes, tables, and views.

SQL Reference

SQL – FOREIGN KEY Keywords

August 10, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The FOREIGN KEY keywords are a key (a field or fields in one table that refers to the PRIMARY KEY in another table) used to link two tables together.

SQL Reference

SQL – INDEX Keyword

August 10, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

Indexes are used to speed up the retrieval of data (searches/queries) from the database.

SQL Reference

SQL – LIMIT Keyword

August 11, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The LIMIT keyword is used to specify the number of records to return (MySQL).

SQL Reference

SQL – PRIMARY KEY Keywords

August 11, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The PRIMARY KEY keywords uniquely identifies each record in a table, which can have only one primary key consisting of a single field or multiple fields.

SQL Reference

SQL – TOP Keyword

August 11, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The TOP keyword is used to specify the number of records to return (SQL Server).

SQL Reference

SQL – UNIQUE Keyword

August 11, 2024 / Reference, SQL Keywords, SQL Reference / Keyword, MySQL, SQL Server

The UNIQUE keyword ensures that all values in a column are unique.

SQL Reference

SQL – SQL Server ABS() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Number, SQL Server, SQL Server Numeric Functions

The SQL Server ABS() function returns the absolute value of a number.

SQL Reference

SQL – SQL Server ACOS() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server ACOS() function returns the arc cosine of a specified number between -1 and 1.

SQL Reference

SQL – SQL Server ASCII() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server String Functions, String

The SQL Server ASCII() function returns the ASCII value for the specified character.

SQL Reference

SQL – SQL Server ASIN() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server ASIN() function returns the arc sine of a specified number between -1 and 1.

SQL Reference

SQL – SQL Server ATAN() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server ATAN() function returns the arc tangent of a number.

SQL Reference

SQL – SQL Server ATN2() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server ATN2() function returns the arc tangent of two numbers.

SQL Reference

SQL – SQL Server AVG() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server AVG() function returns the average value of an expression (NULL values are ignored).

SQL Reference

SQL – SQL Server CAST() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / SQL Server, SQL Server Advanced Functions

The SQL Server CAST() function converts a value of any type into a specified datatype.

SQL Reference

SQL – SQL Server CEILING() Function

August 5, 2024 / Reference, SQL Reference, SQL Server Functions / Math, SQL Server, SQL Server Numeric Functions

The SQL Server CEILING() function returns the smallest integer value that is larger than or equal to a number.

1 2 … 5 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (6)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (75)
    • Python File Handling (4)
    • Python and MySQL (7)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (555)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (284)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2025@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2025 1SMARTchicken | All Rights Reserved.