views:

637

answers:

2

Where can I get lecture of database managment system?

I need both the introduction and implementation video lectures.

Thanks.

A: 

did you try google?

plenty of search results for that...

Prashast
Previous questions form poster include: "Where can I find video lectures on software engineering?" and "Any video lectures about Unix and Computer Networking??". I don't think mentioning google will help for the 3rd such time...
gbn
+3  A: 

ArsDigita University has a course on Database management systems (DBMS) with video lectures available online.

Course description:

A more formal approach to Relational Database Management Systems, compared the way they were covered during Web Applications. Database systems are discussed from the physical layer of B-trees and file servers to the abstract layer of relational design. Also includes alternative and generic approaches to database design and database management system including relational, object-relational, and object-oriented systems, SQL standards, algebraic query languages, integrity constraints, triggers, functional dependencies, and normal forms. Other topics include tuning database transactions, security from the application perspective, and data warehousing.

University of Washington has a course called "CSEP 544: Principles of Database Systems". This course has online video lectures as well.

Course description:

The purpose of this course is to provide an introduction to the design and use of database systems, as well as an appreciation of the key issues in building such systems, and working with multiple database systems. We begin by covering basis aspcts of SQL, and illustrating several data management concepts through SQL features (e.g., views, constraints and triggers). Next, we study conceptual database design and normalization theory. We then study management of XML data, and cover the XPath and XQuery languages. We consider the issues arising in data integration from multiple databases, and more generally, issues in managing meta-data. Finally, we cover the basic aspects of the internals of database systems.

New Jersey's Science and Technology University has a course called "CS 631: Data Management System Design". Video lectures are available online for this course, just as the other ones.

Course description:

Management of the development, planning, and utilization of information systems within organizations. Focuses on the current literature in the management of information systems. Topics include the approval and decision process for the development of systems, use of steering committees and various approaches to user involvement. Utilizes a number of Harvard University case studies.

Erik Öjebo