I am trying to create a table in my database, however it is giving error of invalid data types
Script from my table:
create table Venda
(
cod_Venda number(5)not null,
DataVenda DATE,
Hora TIME,
cod_Comanda number(5)not null,
const...
asked by
17.10.2016 / 00:18