Skip to content

Tag: sql-server

Reservation table query

when I execute my reservation table query, I get an error. Any help? This is my reservation table query CREATE TABLE RESERVATION ( NUMCHAMBRE INT FOREIGN KEY REFERENCES CHAMBRE (NUMCHAMBRE) , …

Delete Result Rows from a Table in SQL

I have 2 tables named BM_Data1 & BM_Data1_May62019. Both Tables contains the same data as BM_Data1_May62019 is the copy of BM_Data1 table. But BM_Data1 has some extra rows, How can I delete those …