How would I input the formula for the Asian line with the figures?   CREATE TABLE STATS ( RACE_OR_ETHNICITY_GROUP VARCHAR(20), PERCENT_TEST_POSITIVE_MEDIAN_RANGE DOUBLE, No_OF_STUDIES_REPORTING DOUBLE); INSERT INTO STATS VALUES ('Asian', '7.2%[0-8.7%]', 3);   ERROR 1265 (01000) at line 6: Data truncated for column 'PERCENT_TEST_POSITIVE_MEDIAN_RANGE' at row 1

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter6: Additional Database Objects
Section: Chapter Questions
Problem 10MC
icon
Related questions
icon
Concept explainers
Question
How would I input the formula for the Asian line with the figures?
 
CREATE TABLE STATS (
RACE_OR_ETHNICITY_GROUP VARCHAR(20),
PERCENT_TEST_POSITIVE_MEDIAN_RANGE DOUBLE,
No_OF_STUDIES_REPORTING DOUBLE);

INSERT INTO STATS VALUES ('Asian', '7.2%[0-8.7%]', 3);
 
ERROR 1265 (01000) at line 6: Data truncated for column 'PERCENT_TEST_POSITIVE_MEDIAN_RANGE' at row 1
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning