MCQs > IT & Programming > SQL >

How would you create a table with one column having Integer precision of 10?

SQL MCQs

How would you create a table with one column having Integer precision of 10?

Answer

Correct Answer:

CREATE TABLE table_name

(

column_name1 INTEGER(10),

);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it