Teach Yourself Oracle 8 Database Development in 21 Days

Teach Yourself Oracle 8 Database Development in 21 Days
Author: David Lockman
Publisher: Sams
Total Pages: 708
Release: 1997
Genre: Computers
ISBN: 9780672310782

Learn the basics of Oracle database objects for versions 7.x through the new Oracle8; explore the structure of client/server computing and the new Network Computing Architecture implemented by Oracle; build Oracle database objects in a relational model; develop an intuitive user interface with Developer/2000 and Oracle Forms or Oracle Power Objects; master PL/SQL for improving performance and error handling; create easy-to-read visual output with Oracle Reports and Oracle Graphics; enhance user interactivity using triggers; leverage the NCA and Oracle Cartridges for cross-platform Web applications; and connect your database to the Web with Oracle Web Application Server 3.0, Developer/2000 for the Web, and Java.

Sams Teach Yourself SQL in 21 Days

Sams Teach Yourself SQL in 21 Days
Author: Ryan K. Stephens
Publisher: Sams Publishing
Total Pages: 868
Release: 2003
Genre: Computers
ISBN: 9780672324512

Sams Teach Yourself SQL in 21 Days, Fourth Editionprovides a sold foundation in understanding the fundamentals of SQL (Structured Query Language). SQL is the query language used by relational databases such a Oracle, Microsoft Access, and Microsoft SQL Server. The new edition covers object-oriented programming with SQL, ODBC, JDBC, embedded SQL, accessing remote databases, and constructs. All new examples based on an open source database such as MySQL enhance this new edition by making the examples readily useable for readers.

Teach Yourself PL/SQL in 21 Days

Teach Yourself PL/SQL in 21 Days
Author: Tom Luers
Publisher:
Total Pages: 692
Release: 1997
Genre: Computers
ISBN: 9780672311239

Sams Teach Yourself PL/SQL in 21 Days is the ultimate hands-on guide that teaches you how to take full advantage of Oracle's powerful database systems, including Web-based J/SQL implementations. In addition, you will learn to streamline client/server communications and queries and use a variety of enhancements, such as triggers and packages, which make Oracle application development much smoother. Whether you are a beginning programmer or an accomplished Oracle user, Sams Teach Yourself PL/SQL in 21 Days will help you establish yourself as an Oracle programmer, ready for advancement in this premium database marketplace. By walking you through each element of the PL/SQL language extension, this book helps you to understand the basics of using new and existing Oracle8 objects, as well as complex processing issues. This guide also teaches you to implement PL/SQL in a comprehensive, real-world system.

Java in 21 Days, Sams Teach Yourself (Covering Java 8)

Java in 21 Days, Sams Teach Yourself (Covering Java 8)
Author: Rogers Cadenhead
Publisher: Sams Publishing
Total Pages: 1541
Release: 2015-12-22
Genre: Computers
ISBN: 0133755835

In just 21 days you can acquire the knowledge and skills necessary to develop applications on your computer and apps that run on Android phones and tablets. With this complete tutorial you’ll quickly master the basics and then move on to more advanced features and concepts. Completely updated for Java 8, this book teaches you about the Java language and how to use it to create applications for any computing environment and Android apps. By the time you have finished the book, you’ll have well-rounded knowledge of Java and the Java class libraries. Using your new skills, you will be able to develop your own programs for tasks such as web services, database connectivity, XML processing, and mobile programming. No previous programming experience required. By following the 21 carefully organized lessons in this book, anyone can learn the basics of Java programming. Learn at your own pace. You can work through each chapter sequentially to make sure you thoroughly understand all the concepts and methodologies, or you can focus on specific lessons to learn the techniques that interest you most. Test your knowledge. Each chapter ends with a Workshop section filled with questions, answers, and exercises for further study. There are even certification practice questions. Completely revised, updated, and expanded to cover the latest features of Java 8 Learn to develop Java applications and Android apps using NetBeans and Google’s new Android Studio -- two excellent (and free!) programming platforms Covers new features of Java 8 such as closures, the most eagerly anticipated language feature in years Easy-to-understand, practical examples clearly illustrate the fundamentals of Java programming Discover how Swing can help you quickly develop programs with a graphical user interface Find out about JDBC 4.2 programming with the Derby database and XML parsing with the open source XOM class library Learn how to use streams to write programs that communicate with the Internet, including socket programming, buffers, channels, and URL handling. Contents at a Glance WEEK 1: The Java Language DAY 1 Getting Started with Java DAY 2 The ABCs of Programming DAY 3 Working with Objects DAY 4 Lists, Logic, and Loops DAY 5 Creating Classesand Methods DAY 6 Packages, Interfaces, and Other Class Features DAY 7 Exceptions and Threads WEEK 2: The Java Class Library DAY 8 Data Structures DAY 9 Working with Swing DAY 10 Building a Swing Interface DAY 11 Arranging Components on a User Interface DAY 12 Responding to User Input DAY 13 Creating Java2D Graphics DAY 14 Developing Swing Applications WEEK 3: Java Programming DAY 15 Working with Input and Output DAY 16 Using Inner Classes and Closures DAY 17 Communicating Across the Internet DAY 18 Accessing Databases with JDBC 4.2 and Derby DAY 19 Reading and Writing RSS Feeds DAY 20 XML Web Services DAY 21 Writing Android Apps for Java APPENDIX A Using the NetBeans IDE APPENDIX B This Book’s Website APPENDIX C Fixing a Problem with the Android Studio Emulator APPENDIX D Using the Java Development Kit APPENDIX E Programming with the Java Development Kit

Database Systems

Database Systems
Author: S. K. Singh
Publisher: Pearson Education India
Total Pages: 954
Release: 2011
Genre: Database design
ISBN: 9788131760925

The second edition of this bestselling title is a perfect blend of theoretical knowledge and practical application. It progresses gradually from basic to advance concepts in database management systems, with numerous solved exercises to make learning easier and interesting. New to this edition are discussions on more commercial database management systems.

Teach Yourself Oracle8 in 21 Days

Teach Yourself Oracle8 in 21 Days
Author: Edward Whalen
Publisher: Sams Publishing
Total Pages: 648
Release: 1998
Genre: Computers
ISBN:

Understanding, using, and administrating an RDBMS (Relational Database Management System) can be a daunting task, even with Oracle8, Oracle's new object-oriented RDBMS. This fact-filled book provides step-by-step coverage of Oracle8 architecture, managing database storage, security, backup, recovery and tuning, and optimization.

Teach Yourself OLE DB and ADO in 21 Days

Teach Yourself OLE DB and ADO in 21 Days
Author: John Fronckowiak
Publisher: Sams
Total Pages: 692
Release: 1997
Genre: Computers
ISBN: 9780672310836

Understand the nuts and bolts behind connection and recordset objects; master the ActiveX Data Objects by understanding object model hierarchy; create components to pull dynamic data from various servers and databases; use Advanced Data Connector controls to speed up development; ensure fast and secure data access using ADO and the ADC; design a Web-based order-entry application; prepare OLE DB, ADO, and Microsoft Windows NT Server to work together efficiently; develop error-handling techniques you can integrate into your own OLE DB and ADO applications; integrate your OLE DB and ADO applications into Transaction Server, Microsoft Index Server, and Microsoft Internet Information Server; and implement ADO applications using Active Server Pages.

Teach Yourself Active Web Database Programming in 21 Days

Teach Yourself Active Web Database Programming in 21 Days
Author: Dina Fleet
Publisher: Sams Publishing
Total Pages: 910
Release: 1997
Genre: Computers
ISBN:

This book teaches the reader how to turn their Web page into robust interactive repositories of information and services. The hands-on tutorial walks the reader through the steps necessary to publish table-based information on the WWW with the latest version of Visual Basic.