Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
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?
sql
programming-code
error
posted
12 years
ago
in
SQL
by
SUNRISER
(
2,050
points)
edited
12 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
12 years
ago
by
codeadmin
(
113,880
points)
Related questions
+7
votes
1
answer
error in sql exercise Chapter IV - CREATE TABLE 'Employees';
posted
12 years
ago
in
SQL
by
SUNRISER
(
2,050
points)
sql
error
programming-code
0
votes
1
answer
Warning: array_combine() expects parameter 1 to be array, null given - = - and other error: Undefined variable: mixed
posted
12 years
ago
in
PHP
by
SUNRISER
(
2,050
points)
php
programming-code
error
+5
votes
1
answer
I completed SQL Exercise I like 10 times and it doesn't say I completed any...
posted
13 years
ago
in
SQL
by
leeand00
(
720
points)
+4
votes
1
answer
Python Code Error
posted
12 years
ago
in
Python
by
Manuel Pacheco
(
1,280
points)
python-programming-code
error
0
votes
0
answers
HTML II Last Exercise Issue
posted
10 years
ago
in
HTML
by
sdubois
(
8,090
points)
html
programming
error