Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.

error in sql exercise Chapter IV - DESCRIBE Employees;

–1 vote
I am at chapter IV SQL and could not pass even the exercise is correct:

SQL → SQL exercise IV  

Describe the summary of the table, 'Employees'

DESCRIBE Employees;

I ran the code identically:

DESCRIBE Employees;

below, at result it gives:
Result:
CREATE TABLE 'Employees' (ID INTEGER PRIMARY KEY AUTOINCREMENT, firstname TEXT, lastname TEXT, position TEXT, age INTEGER);

but above:

Exercise Result:
 28% (4/14)Incorrect, check your code

and I can't pass

Please help,  any ideas?
posted 11 years ago in SQL by SUNRISER (2,050 points)
edited 11 years ago by SUNRISER

1 Answer

0 votes
Hi,

Thanks for trying out code.he.net Beta.
I've tried but I can't seem to replicate the issue.
Please click the 'Restart' button at the bottom of the page and retest.
If the problem still persists, email us at code@he.net.

Thanks,
answered 11 years ago by codeadmin (113,880 points)

Related questions

+7 votes
1 answer
+5 votes
1 answer
+4 votes
1 answer
posted 12 years ago in Python by Manuel Pacheco (1,280 points)
0 votes
0 answers
posted 9 years ago in HTML by sdubois (8,090 points)