when i try to create table with my sets of data and it created with this warings message. acctualy am a beginer to sql i want learn please help me guys.screen shot for refernce
create schema test; >>first i created schema
use test; >> then i pointed on test database
create table jail(tid int(100),tname varchar(20),punishment int(20)); i tried to create "jail"table under "test"schema,jail table created with warning message