Skip to content

Commit 7a19dd2

Browse files
authored
cambiar a PascalCase
1 parent fe3adfb commit 7a19dd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Libreria BD.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Titulo varchar(30) NOT NULL,
99
Autor varchar (30) NOT NULL,
1010
Cantidad_Disponible INT NOT NULL,
1111
);
12-
INSERT INTO Libros(Titulo, Autor, Cantidad_Disponible)
13-
Values ('Señor de los anillos', 'J.R.R Tolkien', 5),
12+
INSERT INTO Libros(Titulo, Autor, CantidadDisponible)
13+
Values ('Señor de los anillos', 'J.R.R Tolkien', 5),
1414
('AOT', 'Hajime Isayama', 23),
1515
('Dune', 'Frank Herbert', 42),
1616
('Metro 2033', 'Dmitri Glujovski', 33),
1717
('Berserk','Kentaro Miura',19)
18-
select* FROM Libros
18+
select* FROM Libros

0 commit comments

Comments
 (0)