Hi ,I just started learning sql , can somebody help me how to resolve this? Thanks in advance 
try to remove that checkbox โlimit 100โ, that may help.
limit only is needed for selects (show maximum 100 rows from table):
select * from class limit 100
Thankyou soo much it worked 
