Posts by cezar • 1 point
1 post
-
-1
votes1
answer51
viewsQ: Bring result in a row to Join between tables with 1:N relationship
I have the following problem in SQL Server I have the tables CLIENTE and TELEFONE, with a relationship of 1:N among them: CREATE TABLE CLIENTE( CPF CHAR(11) NOT NULL PRIMARY KEY , NOME VARCHAR(500)…