Concerns data types used with SQL.
Would you recommend using a datetime or a timestamp field, and why (using MySQL)? I'm working with PHP on the …
mysql datetime timestamp sqldatatypesSince MySQL doesn't seem to have any 'boolean' data type, which data type do you 'abuse' for storing true/false …
mysql boolean sqldatatypesWhat is the best practice for creating a yes/no i.e. Boolean field when converting from an access database …
sql-server boolean sqldatatypesI have variable length character data and want to store in SQL Server (2005) database. I want to learn some best …
sql-server text varchar sqldatatypesI have table which has a column of float data type in SQL Server I want to return my float …
sql-server sql-server-2008 sqldatatypesI am using SQL Server 2005. I have a table with a text column and I have many rows in the …
sql-server sql-server-2005 sqldatatypes notnull emptydatatextIs there any Boolean type in Oracle databases, similar to the BIT datatype in Ms SQL Server?
sql database oracle boolean sqldatatypesWhat is the difference between varchar and varchar2?
oracle sqldatatypesI want to store many records in a MySQL database. All of them contains money values. But I don't know …
mysql sqldatatypes currencyI knew boolean in mysql as tinyint (1). Today I see a table with defined an integer like tinyint(2), and also …
mysql sqldatatypes