What are the data types allowed in a table

Editorial / Best Answer

Answered by: rajesh

  • Sep 14th, 2005


binaryBigintbitChardatetime
decimalFloatimageIntMoney
ncharNtextnvarcharNumericReal
smalldatetimesmallintsmallmoneysql_variantsysname
texttimestamptinyintvarbinaryvarchar
uniqueidentifier
these are the data types used in sql table

Showing Answers 1 - 4 of 4 Answers

rajesh

  • Sep 14th, 2005
 

binaryBigintbitChardatetime
decimalFloatimageIntMoney
ncharNtextnvarcharNumericReal
smalldatetimesmallintsmallmoneysql_variantsysname
texttimestamptinyintvarbinaryvarchar
uniqueidentifier
these are the data types used in sql table

  Was this answer useful?  Yes

gdurga

  • Jun 15th, 2009
 

Dec(p,s), desimal(p,s), double precision, foat, int, inteager, real, smallint, numeric(p,s), number(p,s), char(size), varchar2(size), long, raw, long raw, date, timestamp, urowid(size), rowid, boolean, nchar(size) , nvarchar2(size), bfile, blob, clob, nclob...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions