-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDBS-Spring20-Fudan/assignment1/readme/ #3
Comments
You could also ask questions here~ |
What about the DDL? |
“Once you've cloned the project in your local environment, get to IDBS-Spring20-Fudan/assignments/submission and create a directory and name it by your student id, for example IDBS-Spring20-Fudan/assignments/submission/16307130177, and this directory will be your working directory. You are ONLY allowed to modify files under this directory, any other modifications outside this directory will make your submission invalid.” |
在你自己 fork 的仓库下,clone 之后去新建。你说的对……路径是我打错了,马上改。 |
"(ordered by name, ascii order)": Which does name refer to, book.name or book.publisher? |
Of course it is the publisher's name, since I only asked you to output the names of the publishers. |
请问一下在workbench写sql的时候,大小写有区别吗?书上的语句全是大写,但是好像小写也能用? |
The name of the third table should be 'loan' or 'record'? |
MySQL 不区分大小写的,都可以 |
record |
Will the test script be provided for us? |
Yes, just be patient, I am working on it. |
''' Does it mean "Query the names of publishers having more than 2 books, without repetition" or "Query the names of all publishers having published books without repetition. Deal with publishers who has exactly two books in a different way. (You wrote MORE THAN TWO, not including two)" ? And can I get the test script before ddl? I'm very afraid that I wouldn't pass the tests in the first assignment which seems not very complex. Or can you offer me some teaching notes about how to debug sql? Very Thanks! |
The latter. The test script is actually the second assignment. Do not worry if you made any mistakes in assignment 1, you are allowed to argue. As for debugging SQL, just send the SQL to MySQL, and MySQL will tell you the result. You'll understand how to debugging SQL in assginment 2. |
Instruction - IDBS-Spring20-Fudan
Course website for introduction to database systems at Fudan University
https://zfhu.ac.cn/IDBS-Spring20-Fudan/assignment1/readme/
The text was updated successfully, but these errors were encountered: