I ran the following script:
CREATE TABLE [dbo].[horario](
[Ano] [int] NOT NULL,
[CodigoTurma] [varchar](5) NOT NULL,
[Ordem] [int] NOT NULL,
[Professor_Id] [int] NOT NULL,
[Matriz_Semestre] [int] NOT NULL,
[Matriz_Curso...
asked by
09.06.2015 / 05:37