Sql Truncate Table Statement

SQL TRUNCATE Table Statement

The SQL TRUNCATE statement can be used to delete rows from a table without deleting the table itself. Syntax

Mysql Now Function

MySQL NOW Function

The MySQL NOW function is used to display the current date and time. The equivalent function in Microsoft SQL Server is GETDATE. Syntax Example Results

Asp Session Object

ASP Session Object

The ASP Session Object is a very valuable tool. It mainly allows you to store information specific about each visitor while there are actively accessing your website. Information about the …

Sql Where Clause

SQL Where Clause

The WHERE clause is used to filter records, generally in combination with the SELECT statement. The WHERE clause is used to request only those records that fulfill a specified query. …

Asp Cookies Collection

ASP Cookies Collection

A cookie is usually a small piece of data sent from a website to a visitor while the visitor is browsing a website. When the user browses the same website …

Scroll to Top