JavaScript is required

Hãy chọn phương án đúng ứng với tác dụng của đoạn chương trình?

A.

Tạo cột pub_id cho bảng Publishers và cột pub_id cho bảng Titles của DataSet datPubs.

B.

Tạo kết nối giữa hai bảng Publishers, Titles của đối tượng DataSet datPubs.

C.

Thêm vào DataSet hai bảng Publishers và Titles.

D.

Tạo hai bảng Publishers, Title cho đối tượng DataSet là datPubs.

Trả lời:

Đáp án đúng: B


Without the program, it's impossible to determine the correct answer. If the program creates tables named Publishers and Titles in a DataSet called datPubs, then option D might be correct. Creating columns corresponds to A, adding tables to C, and table relationships to B.

Câu hỏi liên quan