creating table with boolean as datatype
975396Dec 1 2012 — edited Dec 1 2012Hi friends ,
im trying to create a table 'a' with column name as 'flag' and datatype as 'boolean' ie. create table a(flag boolean);
is it possible in sql or pl/sql in oracle?if any body knows plz.........answer.if its possible to create a table and also let me now inserting row and what boolean should return?
Cheers,'
Sudhir Reddy.