Learning Visually with Examples [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Learning Visually with Examples [Electronic resources] - نسخه متنی

Raul F. Chong, Clara Liu, Sylvia F. Qi, Dwaine R. Snow

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










Chapter 9. Leveraging the Power of SQL


Structured Query Language (SQL) lets users access and manipulate data in relational database management systems. Now that you have learned about the fundamentals of DB2, this chapter shows you how to leverage the power of SQL to obtain and update data that is stored in DB2 databases. The examples provided in this chapter use the

sample database. Chapter 8, The DB2 Storage Model, describes the

sample database in more detail.

In this chapter you will learn about:

  • The

    SELECT SQL statement to query data

  • The

    INSERT, UPDATE , and

    DELETE SQL statements to modify data

  • Recursive SQL statements

  • Select query data that just got inserted, updated, or deleted in the same SQL statement

  • The

    MERGE SQL statement to combine insert, update, or delete operations in one statement


Chapter 4, Using the DB2 Tools, for more information.


/ 312