Question 32: Create a table structure in SQL, if at the Data Type of the corresponding column the user chooses the type ”Datetime”, how does the data of that column receive the value in the options below? – LLODO

Question 32: Create a table structure in SQL, if at the Data Type of the corresponding column the user chooses the type ”Datetime”, how does the data of that column receive the value in the options below? OLD is the correct answer =============== Link Hoc va de thi 2021

Question 48: To create a Faculty table including (makhoa char (10), tenkhoa char (30), dienthoai char (10)) where makhoa is the primary key use which of the following commands: – LLODO

Question 48: To create a Faculty table including (makhoa char (10), tenkhoa char (30), dienthoai char (10)) where makhoa is the primary key use which of the following commands: A. Create table Khoa (makhoa char (10), tenkhoa char (30), dienthoai char (10)) B. Create table Khoa (makhoa char (10) not null, tenkhoa char (30), dienthoai […]

Question 41: Which SQL statement selects all rows from the Products table and sorts the results by the ProductID column? – LLODO

Question 41: Which SQL statement selects all rows from the Products table and sorts the results by the ProductID column? A. SELECT * FROM Products ORDERED BY ProductID B. SELECT * FROM Products ORDER BY ProductID C. SELECT * FROM Products WHERE ProductID > 200 D. SELECT ProductID FROM Products REMOVE is the correct answer […]

Chuyển đến thanh công cụ