PDF Google Drive Downloader v1.1


Báo lỗi sự cố

Nội dung text Untitled document - 2024-08-30T113924.967.pdf




4. Write the SQL commands to create the DEPT table with the following structure: • deptno as a number with up to 2 digits • dname as a variable character datatype up to 10 characters • loc as a variable character up to 20 characters Answer: CREATE TABLE DEPT ( deptno INT(2) NOT NULL, dname VARCHAR(10), loc VARCHAR(20), PRIMARY KEY (deptno) ); Practicalkida.com

Tài liệu liên quan

x
Báo cáo lỗi download
Nội dung báo cáo



Chất lượng file Download bị lỗi:
Họ tên:
Email:
Bình luận
Trong quá trình tải gặp lỗi, sự cố,.. hoặc có thắc mắc gì vui lòng để lại bình luận dưới đây. Xin cảm ơn.