Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Best DBMS for business

    A database can be a set of flat files stored on computer tape or disk or it could consist of database tables that are managed by a Database Management System...

  • RE: Some T-sql help required

    your answer for 3 question is correct

    hope the following helps 🙂

    3)

    SELECT s.sid AS "Suppliers Id"

    FROM suppliers s INNER JOIN catalog c

    ON s.sid = c.sid INNER JOIN parts p

    ON c.pid =...

Viewing 2 posts - 1 through 2 (of 2 total)