...
SQL
August 28, 2024
SQL
August 28, 2024
SQL
August 28, 2024
SQL
August 28, 2024

Database-Management-System

Question 714
The command used to see the fields of the table along with their datatypes in SQL is
A
Select fields from dual where table=”MANAGER”;
B
Select field_names, datatype from dual where table_name=”MANAGER”;
C
Desc MANAGER;
D
Select description from dual where table_name=”MANAGER”
Question 714 Explanation: 
●Describes either the columns in a table or the current values, as well as the default values, for the stage properties for a table.
● DESCRIBE can be abbreviated to DESC.
Correct Answer: C
Question 714 Explanation: 
●Describes either the columns in a table or the current values, as well as the default values, for the stage properties for a table.
● DESCRIBE can be abbreviated to DESC.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!