What is the correct syntax for SQL for theta join of tblseller and tblsell?
What is the correct syntax for SQL for theta join of tblseller and tblsell? A. SELECT * FROM tblseller C & tblselling B WHERE C.sid = B.sid B. SELECT * FROM tblseller C, tblselling B WHERE C.sid = B.sid C.…