Presentation is loading. Please wait.

Presentation is loading. Please wait.

College Board: 101 Books College Freshmen Should Read.

Similar presentations


Presentation on theme: "College Board: 101 Books College Freshmen Should Read."— Presentation transcript:

1 College Board: 101 Books College Freshmen Should Read

2 This is already a place students can access information about classes, other teachers, senior resources, and schedules – why not make it an interactive place they can search for books?

3 English teachers (and parents) want their students to be well-read and prepared for college College Board has created a list of the 101 Most Recommended Books for College Freshmen to Read Wouldn’t it be nice if students could search the list and see what year in high school they might read/have read the book, or what books are written by British authors, or even search books by Lexile ? This information can be easily accessible on my teacher webpage for students to access

4 Add a database of the College Board 101 Most Recommended Books for College Freshmen Make this database searchable by: Author Classification (British, American, or World Literature) Title Lexile scores Grade Level

5

6

7 This table contains book ID, book title, Lexile score, author, and classification information

8 This table contains author ID, and authors’ first and last names

9 This table indicates the three classifications of our books: American, British, or World literature

10 This table shows the grade level the books might be taught in at our school

11

12

13 SELECT book.Title, book.Lexile FROM book WHERE (((book.Lexile)>1100));

14

15 SELECT book.Title FROM book WHERE book.Title like 'A*';

16

17 SELECT Classification.Label, book.Title, Author.LastName, Author.FirstName FROM Classification INNER JOIN (Author INNER JOIN book ON Author.ID = book.AuthorID) ON Classification.ID = book.Classification WHERE (((Classification.Label)='British')) ORDER BY Author.LastName, Author.FirstName;


Download ppt "College Board: 101 Books College Freshmen Should Read."

Similar presentations


Ads by Google