Created
October 13, 2024 23:45
-
-
Save guidani/a7275ad3a6ac986ad5aefaddd69cd537 to your computer and use it in GitHub Desktop.
queryDadosClientesMock.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO Clientes (Nome_Cliente, Numero_Cartao) | |
VALUES | |
('Jo�o Silva', '1234567890123456'), | |
('Maria Oliveira', '2345678901234567'), | |
('Carlos Souza', '3456789012345678'), | |
('Ana Costa', '4567890123456789'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment