[Solved] CS213 Assignment 7-MySQL and PHP

$25

File Name: CS213_Assignment_7_MySQL_and_PHP.zip
File Size: 301.44 KB

SKU: [Solved] CS213 Assignment 7-MySQL and PHP Category: Tag:
5/5 - (1 vote)

Rate this product

1.0) Create a database called publications.This database will have two tables called authors and titles.(you can sample.txt for raw data).

Table authors will have following schema:

++++++-+ |Field |Type |Null|Key|Default|Extra| ++++++-+| author | varchar(120) | YES | | NOT NULL| | | publisher| varchar(30) | YES | | NULL | | ++++++-

Table titles will have following schema: +-+++++-+ | Field | Type | Null | Key | Default | Extra | +-+++++-+ | title | varchar(120) | YES | | NOT NULL| | | author| varchar(120) | YES | | NULL | | |year |smallint(6) |YES | |NULL | | +-+++++-

Write a PHP program in which you communicate with this database and have following functionalities:

1.1) Display all the records in both the tables.1.2) Adding a record (available for both the tables). 1.3) Deleting a record (available for both the tables). 1.4) Updating year of publication for a given title.

It might be possible that user might submit a substring of title. 1.5) Given a book find its author and year of publication.

It might be possible that user might submit a substring in the book. 1.6) Given a publisher find all the books (names of the books)

which authors from that publisher have published, publication year.

( i.e., publisher wise listing of books, authors along with publication year). 1.7) When you are updating/adding please do the data type check

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] CS213 Assignment 7-MySQL and PHP[Solved] CS213 Assignment 7-MySQL and PHP
$25