• Introduction to CSSIntroduction to CSS
    What is CSS? CSS stands for Cascading Style Sheets. CSS describes how HTML elements display on the screen and other media. CSS is very useful and convenient. It can control all
  • Syntax and Selector in CSSSyntax and Selector in CSS
    CSS rules set includes selector (selector) and declarative block (declaration).
  • DAY function in SQL ServerDAY function in SQL Server
    The DAY function in SQL Server returns an integer that is the day of the month (from 1 to 31) from the time passed.
  • GETDATE function in SQL ServerGETDATE function in SQL Server
    GETDATE function in SQL Server returns the current date of the system.
  • GETUTCDATE function in SQL ServerGETUTCDATE function in SQL Server
    This article will show you in detail how to use datetime GETUTCDATE () function in SQL Server with specific syntax and examples to better visualize and capture functions.
  • MONTH function in SQL ServerMONTH function in SQL Server
    This article will show you in detail how to use the datetime MONTH () processing function in SQL Server with specific syntax and examples to better visualize and capture functions.
  • SQL Server YEAR functionSQL Server YEAR function
    SQL Server's YEAR function returns a 4-digit integer that is the year value in the timestamp passed.
  • CAST function in SQL ServerCAST function in SQL Server
    The CAST function in SQL Server converts an expression from one data type to another.
  • CONVERT function in SQL ServerCONVERT function in SQL Server
    The CONVERT function in SQL Server allows you to convert an expression to any desired data type but can follow a certain format (especially for the date data type).
  • TRY_CAST function in SQL ServerTRY_CAST function in SQL Server
    The article will show you in detail how to use the TRY_CAST data type conversion function in SQL Server with specific syntax and examples to better visualize and capture functions.
  • TRY_CONVERT function in SQL ServerTRY_CONVERT function in SQL Server
    This article will show you in detail how to use the TRY_CONVERT data type conversion function in SQL Server with specific syntax and examples to better visualize and capture
  • Check version information in SQL ServerCheck version information in SQL Server
    This article will show you in detail how to use the @@ VERSION query to check the information that SQL Server version is using.
  • CASE statement in SQL ServerCASE statement in SQL Server
    This article will show you in detail how to use the CASE statement handling function in SQL Server with specific syntax and examples to better visualize and capture functions.
  • COALESCE statement in SQL ServerCOALESCE statement in SQL Server
    The COALESCE statement returns the expression with the first non-NULL value among the passed expressions.
  • CURRENT_USER statement in SQL ServerCURRENT_USER statement in SQL Server
    The CURRENT_USER statement returns the name of the current user in the SQL Server database.
  • ISDATE function in SQL ServerISDATE function in SQL Server
    The ISDATE function in SQL Server checks to see if the expression passed is a valid time value, if ISDATE returns 1, otherwise it returns 0.
  • ISNULL function in SQL ServerISNULL function in SQL Server
    In SQL Server, the ISNULL function allows you to return an alternate value when an input expression is NULL.
  • ISNUMERIC function in SQL ServerISNUMERIC function in SQL Server
    The ISNUMERIC function in SQL Server checks whether the value of the passed expression is a valid numeric value, if there is ISNUMERIC returns 1, otherwise it returns 0.
  • NULLIF function in SQL ServerNULLIF function in SQL Server
    This article will show you in detail how to use the NULLIF function handler in SQL Server with specific syntax and examples to better visualize and capture functions.
  • Function SESSION_USER in SQL ServerFunction SESSION_USER in SQL Server
    The SESSION_USER statement returns the username of the current session in the SQL Server database.