SQL CHECK Constraint : SQL CHECK Constraint is used to limit the value range that can be placed in a column. If you define a CHECK
Read moreCategory: SQL
SQL DEFAULT Constraint
SQL DEFAULT Constraint : SQL DEFAULT Constraint is used to provide a default value for a column. The default value will be added to all new
Read moreSQL CREATE INDEX Statement
SQL CREATE INDEX Statement : SQL CREATE INDEX statement is used to create indexes in tables. Indexes are used to retrieve data from the database very
Read moreSQL AUTO INCREMENT Field
SQL AUTO INCREMENT Field : SQL AUTO INCREMENT Field allows a unique number to be generated automatically when a new record is inserted into a table.
Read moreSQL Working With Dates
SQL Working With Dates : SQL Working With Dates is the most difficult part when working with dates is to be sure that the format of
Read moreSQL Data Types MySQL, SQL Server, MS Access
SQL Data Types MySQL, SQL Server, MS Access : A data type defines what kind of value a column can hold: integer data, character data,
Read moreSQL Views
SQL Views : SQL Views is a virtual table based on the result-set of an SQL statement SQL CREATE VIEW Statement In SQL, a view is
Read moreSQL Injection
SQL Injection : SQL injection is a code injection technique that might destroy your database. SQL injection is a code injection technique that might destroy your
Read moreSQL Hosting
SQL Hosting : If you want your web site with backend support SQL hosting is needed. If you want your web site to be able
Read moreMySQL Functions
MySQL Functions : MySQL has many built-in functions. This reference contains the string, numeric, date, and advanced functions in MySQL. MySQL String Functions Function Description
Read more