Аннотация

This book is specially written for students of Computer Engineering (CE) and Information Technology.<br><br>Also every one with interest in Database Management System can refer this book to get the knowledge about RDBMS.<br><br>It covers virtually most of core features and some of the advanced features of RDBMS for administrator development including more than hands on examples tested through Oracle 9i. Most of code samples are presented in easy to use through Oracle. Throughout the book most of the features are explained through syntax and examples to develop state-of-the-art Database using advanced concepts like E.R. Modeling, Normalization, Transaction management, Security and other authentication features.

Аннотация

C Programming Concepts : This book is specially written for Students who are new in the Computer Engineering and Information technology and Programmers to gain fundamentals knowledge about C programming language. <br><br>Also every one with interest in C Programming can refer this book to get the knowledge about Various features the subject.<br><br>It covers virtually most of High level language features and some of the advanced features like Preprocessor, Structures, Unions, Pointers and File handling etc… including more than hands on examples tested. Samples are presented in easy to use way through Turbo C 3.0.

Аннотация

DBMS LAB MANUAL<br><br>The Structured Query Language (SQL) is a computer language for accessing and manipulating databases. <br><br>The fundamental concept is to think of the data as being stored in one or more tables. When a request is made to retrieve data from these tables, which is called a &quot;query&quot;, the resultant output is also presented in as table. <br><br>There are many different versions of the SQL language, but to be in compliance with the ANSI SQL &#39;92 Standard, they must use and support the same major keywords in a similar manner (such as SELECT, UPDATE, DELETE, INSERT, WHERE, and others.<br><br>This manual is specially written for Students who are interested in understanding Structured Query Language and PL-SQL concepts in the Computer Engineering and Information technology field and wants to gain enhance knowledge about power of SQL Language in Relational Database Management System Development. <br><br>The manual covers practical point of view in all aspects of SQL and PL/SQL including DDL, DML,DCL sublanguages, also there are practices for Views, Group by, Having Clause. All PL-SQL concepts like Condition and Loop Structures, Functions and Procedures, Cursor, Triggers, Locks are illustrated using best examples.