tailieunhanh - Làm việc với các đối tượng cơ sở dữ liệu SQR Server - phần 1

Thư viện nhà nước là một trong những thư viện nổi tiếng ở Houston, Texas. Thư viện có một cổ phiếu của khoảng 10,00000 sách các thể loại khác nhau. Vấn đề thư viện sách cho các sinh viên của trường đại học gần đó. Với dòng chảy của sinh viên đến với thư viện ngày càng tăng theo cấp số nhân, Houston Thư viện Nhà nước đã quyết định để tự động hóa toàn bộ quá trình phát hành sách cho học sinh. Các thư viện đã tăng số lượng của mỗi cuốn sách của 10 bản, phụ thuộc. | Working with SQL Server Database Objects Assignments Introduction to Indexes 1 Sr. No. Assignment Question 1. Houston State Library is one of the renowned libraries in Houston Texas. The library has a stock of around 10 00000 books of different genres. The library issue books to the students of the college nearby. With the inflow of students coming to the library growing exponentially Houston State Library has decided to automate the entire process of issuing books to the students. The library has increased the quantity of each book by 10 copies depending upon the demand made by the students. 1. Create a database named HoustonStateLibrary to store the details of books in the Library. Create a table named BooksMaster to store the details of the books in the library. BooksMaster Field Name Data type Key Field Description BookCode Varchar 50 Primary Key Stores book code of the book Title Varchar MAX Stores the book title ISBN Varchar 50 Stores the ISBN of the book Author Char 30 Stores author name of the book Price Money Stores price of the book Publisher Char 30 Stores publisher name of the book NoOfPages Numeric 10 0 Stores number of pages in the book Table BooksMaster Table 2. Create a table named StudentMaster to store the details of the students who issue a book from the library. Follow the specifications in the table shown below StudentMaster Field Name Data type Key Field Description BookCode Varchar 50 Primary Key Stores book code of the book MembershipNo Varchar 10 Primary Key Stores the membership number Name Char 30 Stores the name of the student Age int Stores age of the student 2007 Aptech Ltd Version Page 1 of 2 Working with SQL Server Database Objects Assignments Field Name Data type Key Field Description Address Varchar MAX Stores address of the student DateOfIssue Datetime Stores date of issue of the book DateOfReturn Datetime Stores date of return of the book ISBN Varchar 50 Stores the ISBN of the book Title Varchar MAX Stores the book title

crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.