ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Osborne Oracle Press Series)

دانلود کتاب OCA اوراکل بانک SQL Expert Guide Exam: Exam 1Z0-047 (Osborne Oracle Press Series)

OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Osborne Oracle Press Series)

مشخصات کتاب

OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Osborne Oracle Press Series)

دسته بندی: پایگاه داده ها
ویرایش: 1 
نویسندگان:   
سری:  
ISBN (شابک) : 0071614214, 9780071614214 
ناشر:  
سال نشر: 2009 
تعداد صفحات: 794 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 44,000



کلمات کلیدی مربوط به کتاب OCA اوراکل بانک SQL Expert Guide Exam: Exam 1Z0-047 (Osborne Oracle Press Series): کتابخانه، ادبیات کامپیوتری، اوراکل



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 6


در صورت تبدیل فایل کتاب OCA Oracle Database SQL Expert Exam Guide: Exam 1Z0-047 (Osborne Oracle Press Series) به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب OCA اوراکل بانک SQL Expert Guide Exam: Exam 1Z0-047 (Osborne Oracle Press Series) نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب OCA اوراکل بانک SQL Expert Guide Exam: Exam 1Z0-047 (Osborne Oracle Press Series)

یک سیستم مطالعه کاملاً یکپارچه برای آزمون Oracle Certification 1Z0-047 این راهنمای انحصاری Oracle Press تمام اهداف آزمون جدید Oracle SQL Expert را با جزئیات پوشش می دهد، از جمله امتیازات کنترل، ایجاد فهرست ها و محدودیت ها، تغییر اشیاء طرحواره موجود، ایجاد و پرس و جوی خارجی. جداول، و استفاده از ویژگی های پیشرفته SQL برای پرس و جو و دستکاری داده ها در پایگاه داده. راهنمای امتحان متخصص پایگاه داده Oracle SQL دارای مثال‌های واقعی، سؤالات تمرینی و خلاصه‌های فصل است تا به شما در یادگیری مطالب کمک کند. سی دی رام شامل دو آزمون تمرینی و یک نسخه الکترونیکی از کتاب است.


توضیحاتی درمورد کتاب به خارجی

A fully integrated study system for Oracle Certification exam 1Z0-047This exclusive Oracle Press guide covers all of the objectives on the newly created Oracle SQL Expert exam in detail, including control privileges, creating indexes and constraints, altering existing schema objects, creating and querying external tables, and using the advanced SQL features to query and manipulate data within the database. Oracle Database SQL Expert Exam Guide features real-world examples, practice questions, and chapter summaries to help you learn the material. The CD-ROM contains two practice exams and an electronic copy of the book.



فهرست مطالب

Contents......Page 17
Acknowledgments......Page 29
Preface......Page 31
Introduction......Page 35
1 Introduction to SQL......Page 41
The Exam: An Overview......Page 42
\"SQL Fundamentals I\" Versus \"SQL Expert\"......Page 44
What to Expect......Page 50
Define and Understand the Basics of the RDBMS......Page 53
Relational Databases and Dr. E.F. Codd......Page 54
Database Normalization......Page 56
Database Design Considerations......Page 57
Define and Understand the Basics of SQL......Page 58
Oracle Is the Market Leader......Page 61
Oracle\'s Tools for Working with SQL......Page 63
Oracle\'s Documentation for SQL......Page 65
SQL Is a 4GL......Page 66
SQL: Gateway to the RDBMS for All Other Languages......Page 68
Syntax Isn\'t Enough......Page 70
Confirm Appropriate Materials for Study......Page 71
Documentation......Page 72
Certification Summary......Page 74
Two-Minute Drill......Page 75
Q&A: Self Test......Page 78
Self Test Answers......Page 82
2 Using DDL Statements to Create and Manage Tables......Page 85
What Are Database Objects?......Page 86
Schemas......Page 88
Create a Simple Table......Page 90
Naming a Table or Other Object......Page 91
The SQL Statement CREATE TABLE......Page 98
Review the Table Structure......Page 99
List the Data Types That Are Available for Columns......Page 100
Character......Page 101
Numeric......Page 102
Date......Page 103
Large Objects (LOBs)......Page 105
Creating CONSTRAINTS in the CREATE TABLE Statement......Page 107
The Types of CONSTRAINTS......Page 112
Certification Summary......Page 121
Two-Minute Drill......Page 122
Q&A: Self Test......Page 124
Self Test Answers......Page 129
3 Manipulating Data......Page 133
SQL Statement Overview......Page 134
Insert Rows into a Table......Page 138
Default Column List......Page 139
Enumerated Column List......Page 143
Update Rows in a Table......Page 146
Constraints......Page 148
The WHERE Clause......Page 150
Delete Rows from a Table......Page 151
COMMIT......Page 152
ROLLBACK......Page 156
SAVEPOINT......Page 159
ROLLBACK Revisited......Page 161
Certification Summary......Page 162
Two-Minute Drill......Page 165
Q&A: Self Test......Page 168
Self Test Answers......Page 173
4 Retrieving Data Using the SQL SELECT Statement......Page 177
Execute a Basic SELECT Statement......Page 178
The SELECT Statement—An Example......Page 179
SELECT: Minimum Requirements......Page 180
List the Capabilities of SQL SELECT Statements......Page 181
The SELECT Statement—An Overview......Page 182
Expressions......Page 186
Additional SELECT Statement Clauses......Page 191
The Capabilities of SELECT......Page 192
Describe How Schema Objects Work......Page 194
Views......Page 195
Sequences......Page 196
Certification Summary......Page 197
Two-Minute Drill......Page 199
Q&A: Self Test......Page 201
Self Test Answers......Page 206
5 Restricting and Sorting Data......Page 209
The WHERE Clause......Page 210
Boolean Logic......Page 217
Additional WHERE Clause Features......Page 221
Sort the Rows That Are Retrieved by a Query......Page 224
Reference by Name......Page 225
Expressions......Page 229
Reference by Position......Page 232
Combinations......Page 233
Certification Summary......Page 234
Two-Minute Drill......Page 236
Q&A: Self Test......Page 238
Self Test Answers......Page 244
6 Using Single-Row Functions to Customize Output......Page 249
Describe Various Types of Functions That Are Available in SQL......Page 250
Date Functions......Page 252
Other Functions......Page 253
The DUAL Table......Page 254
Character Manipulation......Page 255
Mathematical Processing......Page 263
Working with Dates......Page 265
Other Functions......Page 270
Nesting Functions......Page 274
Describe the Use of Conversion Functions......Page 275
Conversion Functions......Page 276
Automatic Datatype Conversions......Page 286
Manage Data in Different Time Zones—Use Various Datetime Functions......Page 287
Database Time Versus Session Time......Page 289
Time Zone Datatypes......Page 290
Time Zone Functions......Page 293
Time Zone Conversion Functions......Page 297
AT TIME ZONE, AT LOCAL......Page 301
Certification Summary......Page 303
Two-Minute Drill......Page 305
Q&A: Self Test......Page 307
Self Test Answers......Page 311
7 Reporting Aggregated Data Using the Group Functions......Page 315
Identify the Available Group Functions......Page 316
COUNT......Page 317
MIN, MAX......Page 320
AVG......Page 321
MEDIAN......Page 322
RANK......Page 323
GROUPING......Page 324
Group Data by Using the GROUP BY Clause......Page 325
Multiple Columns......Page 331
Nesting Functions......Page 332
Include or Exclude Grouped Rows by Using the HAVING Clause......Page 336
Certification Summary......Page 338
Two-Minute Drill......Page 339
Q&A: Self Test......Page 341
Self Test Answers......Page 347
8 Displaying Data from Multiple Tables......Page 351
Write SELECT Statements to Access Data from More Than One Table Using Equijoins and Non-Equijoins/View Data That Generally Does Not Meet a Join Condition by Using Outer Joins......Page 352
KEY Relationships......Page 353
Types of Joins......Page 355
Inner Joins......Page 356
Outer Joins......Page 358
Using Table Aliases......Page 361
NATURAL Joins......Page 363
USING......Page 364
Multitable Joins......Page 365
Non-Equijoins......Page 366
Join a Table to Itself by Using a Self-Join......Page 368
Self-Join Syntax......Page 369
Generate a Cartesian Product of All Rows from Two or More Tables......Page 370
Certification Summary......Page 372
Two-Minute Drill......Page 374
Q&A: Self Test......Page 376
Self Test Answers......Page 382
9 Retrieving Data Using Subqueries......Page 385
Define Subqueries......Page 386
Describe the Types of Problems That Subqueries Can Solve......Page 387
List the Types of Subqueries......Page 388
Write Single-Row and Multiple-Row Subqueries......Page 389
Single-Row Subqueries......Page 390
Multiple-Row Subqueries......Page 394
Write a Multiple-Column Subquery......Page 396
Use Scalar Subqueries in SQL......Page 398
Solve Problems with Correlated Subqueries......Page 400
UPDATE with a Correlated Subquery......Page 402
DELETE with a Correlated Subquery......Page 404
Use the EXISTS and NOT EXISTS Operators......Page 405
Use the WITH Clause......Page 406
Certification Summary......Page 407
Two-Minute Drill......Page 409
Q&A: Self Test......Page 412
Self Test Answers......Page 418
10 Creating Other Schema Objects......Page 421
Create and Use Simple and Complex Views......Page 422
Creating Views......Page 423
Updatable Views......Page 426
Inline Views......Page 429
ALTER VIEW......Page 431
Creating Sequences......Page 432
Using Sequences......Page 434
Create and Maintain Indexes......Page 437
Implicit Index Creation......Page 438
Single Column......Page 439
Composite......Page 442
Unique......Page 443
Create Private and Public Synonyms......Page 444
Private......Page 445
Object Privileges......Page 446
Name Priority......Page 448
Replacing......Page 449
Certification Summary......Page 450
Two-Minute Drill......Page 452
Q&A: Self Test......Page 454
Self Test Answers......Page 460
11 Managing Schema Objects......Page 463
Adding Columns......Page 464
Modifying Columns......Page 467
Renaming Columns......Page 470
Dropping Columns......Page 471
UNUSED......Page 474
Using ALTER TABLE to Add Constraints......Page 476
Removing Constraints......Page 480
Disabling and Enabling Constraints......Page 482
DROP TABLE and CASCADE CONSTRAINTS......Page 489
DELETE and ON DELETE......Page 490
DEFERRABLE and DEFERRED......Page 491
Renaming Constraints......Page 492
Automatic Index Creation......Page 494
USING INDEX......Page 495
Create Function-Based Indexes......Page 497
Overview......Page 498
Recover Dropped Tables......Page 499
Recovering Tables in Time......Page 503
Marking Time......Page 505
Create and Use External Tables......Page 508
Creating External Tables......Page 509
Certification Summary......Page 514
Two-Minute Drill......Page 516
Q&A: Self Test......Page 518
Self Test Answers......Page 524
12 Using the Set Operators......Page 527
Describe Set Operators......Page 528
UNION......Page 530
INTERSECT......Page 534
MINUS......Page 535
Combinations......Page 536
ORDER BY—By Position......Page 537
ORDER BY—By Reference......Page 539
Certification Summary......Page 540
Two-Minute Drill......Page 541
Q&A: Self Test......Page 542
Self Test Answers......Page 548
13 Generating Reports by Grouping Related Data......Page 551
Use the ROLLUP Operation to Produce Subtotal Values......Page 552
Use the CUBE Operation to Produce Crosstabulation Values......Page 555
Use the GROUPING Function to Identify the Row Values Created by ROLLUP or CUBE......Page 557
Use GROUPING SETS to Produce a Single Result Set......Page 559
Certification Summary......Page 562
Two-Minute Drill......Page 563
Q&A: Self Test......Page 565
Self Test Answers......Page 570
14 Managing Objects with Data Dictionary Views......Page 573
Use the Data Dictionary Views to Research Data on Your Objects......Page 574
Structure......Page 575
Dynamic Performance Views......Page 578
Reading Comments......Page 580
Adding Comments......Page 581
DICTIONARY......Page 582
Identifying a User\'s Owned Objects......Page 583
Inspecting Tables and Columns......Page 585
Compiling Views......Page 586
Inspecting Constraints......Page 587
Certification Summary......Page 589
Two-Minute Drill......Page 591
Q&A: Self Test......Page 593
Self Test Answers......Page 596
15 Manipulating Large Data Sets......Page 599
CREATE TABLE and Subqueries......Page 600
INSERT and Subqueries......Page 603
UPDATE and Correlated Subqueries......Page 604
Describe the Features of Multitable INSERTs......Page 607
Unconditional......Page 611
Conditional......Page 614
Pivot......Page 620
Merge Rows in a Table......Page 622
Track the Changes to Data over a Period of Time......Page 626
Flashback Query......Page 628
Flashback Version Query......Page 634
Flashback Transaction Query......Page 637
Certification Summary......Page 640
Two-Minute Drill......Page 641
Q&A: Self Test......Page 644
Self Test Answers......Page 651
16 Hierarchical Retrieval......Page 655
Interpret the Concept of a Hierarchical Query......Page 656
Create and Format Hierarchical Data......Page 658
Create a Tree-Structured Report......Page 661
Choosing Direction......Page 662
ORDER SIBLINGS BY......Page 663
SYS_CONNECT_BY_PATH......Page 664
CONNECT_BY_ROOT......Page 665
Exclude Branches from the Tree Structure......Page 666
Certification Summary......Page 668
Two-Minute Drill......Page 669
Q&A: Self Test......Page 671
Self Test Answers......Page 675
17 Regular Expression Support......Page 679
Using Metacharacters......Page 680
Regular Expression Functions......Page 683
Replacing Patterns......Page 693
Regular Expressions and CHECK Constraints......Page 699
Certification Summary......Page 702
Two-Minute Drill......Page 703
Q&A: Self Test......Page 705
Self Test Answers......Page 710
18 Controlling User Access......Page 713
Differentiate System Privileges from Object Privileges......Page 714
System Privileges......Page 715
Prerequisites......Page 717
GRANT and REVOKE......Page 719
ANY......Page 722
ADMIN OPTION......Page 723
ALL PRIVILEGES......Page 724
PUBLIC......Page 725
Grant Privileges on Tables......Page 726
Schema Prefixes......Page 728
WITH GRANT OPTION......Page 729
ALL PRIVILEGES......Page 730
View Privileges in the Data Dictionary......Page 731
Grant Roles......Page 733
Distinguish Between Privileges and Roles......Page 736
Certification Summary......Page 738
Two-Minute Drill......Page 739
Q&A: Self Test......Page 741
Self Test Answers......Page 746
A: About the CD......Page 749
MasterExam......Page 750
LearnKey Technical Support......Page 751
Glossary......Page 753
B......Page 754
C......Page 755
D......Page 757
E......Page 758
H......Page 759
L......Page 760
N......Page 761
P......Page 762
R......Page 764
S......Page 765
T......Page 767
W......Page 768
A......Page 769
C......Page 770
D......Page 773
E......Page 775
F......Page 776
G......Page 778
I......Page 779
L......Page 780
N......Page 781
P......Page 783
R......Page 784
S......Page 786
T......Page 790
U......Page 791
V......Page 792
W......Page 793




نظرات کاربران