ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب SAS 9.1 SQL Procedure User's Guide

دانلود کتاب راهنمای کاربر SAS 9.1 SQL Procedure

SAS 9.1 SQL Procedure User's Guide

مشخصات کتاب

SAS 9.1 SQL Procedure User's Guide

دسته بندی: پایگاه داده ها
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 1590473345, 9781590473344 
ناشر: SAS 
سال نشر: 2004 
تعداد صفحات: 177 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 1 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب SAS 9.1 SQL Procedure User's Guide به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب راهنمای کاربر SAS 9.1 SQL Procedure نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب راهنمای کاربر SAS 9.1 SQL Procedure

نرم افزار Base SAS از Structured Query Language (SQL)، زبان استاندارد ANSI و زبان پرکاربرد که به شما امکان می دهد اطلاعات پایگاه داده را ایجاد، بازیابی و به روز رسانی کنید، پشتیبانی می کند. این عنوان منبع مقدماتی و وظیفه محور شما برای SQL است که از طریق رویه SAS SQL پیاده سازی شده است. با این عنوان، اصول اولیه استفاده از PROC SQL از جمله بازیابی داده ها از جداول منفرد و چندگانه، انتخاب داده های خاص از جداول، زیرمجموعه، مرتب سازی و خلاصه کردن داده ها، به روز رسانی جداول، ترکیب جداول برای ایجاد جداول جدید و گزارش های مفید را خواهید آموخت. انجام پرس و جو در جداول سیستم مدیریت پایگاه داده (DBMS)، با استفاده از PROC SQL با تسهیلات ماکرو SAS، و اشکال زدایی و بهینه سازی کد PROC SQL. علاوه بر این، مثال‌های دقیق به شما نشان می‌دهند که چگونه از PROC SQL برای حل مشکلات دنیای واقعی، مانند محاسبه میانگین وزنی، گسترش داده‌های سلسله مراتبی در یک جدول، ایجاد یک گزارش خلاصه، به‌روزرسانی یک جدول با مقادیر جدول دیگر، و استفاده از PROC SQL استفاده کنید. جداول در سایر برنامه های SAS. این عنوان به صورت آنلاین نیز موجود است. این عنوان برای کاربران با دانش برنامه نویسی SAS در نظر گرفته شده است. هیچ دانشی از SQL یا پایگاه داده های رابطه ای فرض نمی شود. از نسخه های 9.1 و بالاتر نرم افزار SAS پشتیبانی می کند.


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

Base SAS software supports Structured Query Language (SQL), the ANSI standard and widely used language that enables you to create, retrieve, and update database information. This title is your introductory, task-oriented resource for SQL as implemented through the SAS SQL procedure. With this title, you will learn the basics of using PROC SQL, including retrieving data from single and multiple tables, selecting specific data from tables, subsetting, ordering, and summarizing data, updating tables, combining tables to create new tables and useful reports, performing queries on database management system (DBMS) tables, using PROC SQL with the SAS macro facility, and debugging and optimizing PROC SQL code. Additionally, detailed examples show you how to use PROC SQL to solve real-world problems, such as computing a weighted average, expanding hierarchical data in a table, creating a summary report, updating a table with values from another table, and using PROC SQL tables in other SAS programs. This title is also available online. This title is intended for users with a working knowledge of SAS programming. No knowledge of SQL or relational databases is assumed. Supports releases 9.1 and higher of SAS software.



فهرست مطالب

Front Cover\r......Page 0
Title Page\r......Page 2
Copyright\r......Page 3
Contents......Page 4
What Is the SQL Procedure?......Page 6
Views......Page 7
Comparing PROC SQL with the SAS DATA Step......Page 8
Notes about the Example Tables......Page 9
Retrieving Data from a Single Table......Page 16
Overview of the SELECT Statement......Page 17
Selecting All Columns in a Table......Page 19
Selecting Specific Columns in a Table......Page 20
Eliminating Duplicate Rows from the Query Results......Page 21
Determining the Structure of a Table......Page 22
Adding Text to Output......Page 23
Calculating Values......Page 24
Assigning a Column Alias......Page 25
Assigning Values Conditionally......Page 26
Specifying Column Attributes......Page 29
Sorting by Column......Page 30
Sorting by Multiple Columns......Page 31
Sorting by Calculated Column......Page 32
Sorting by Column Position......Page 33
Specifying a Different Sorting Sequence......Page 34
Using a Simple WHERE Clause......Page 35
Retrieving Rows Based on a Comparison......Page 36
Retrieving Rows That Satisfy Multiple Conditions......Page 37
Using Other Conditional Operators......Page 38
Using a WHERE Clause with Missing Values......Page 42
Using Aggregate Functions......Page 44
Displaying Sums......Page 45
Remerging Summary Statistics......Page 46
Using Aggregate Functions with Unique Values......Page 48
Summarizing Data with Missing Values......Page 49
Grouping Data......Page 50
Grouping without Summarizing......Page 51
Grouping by Multiple Columns......Page 52
Grouping with Missing Values......Page 53
Using a Simple HAVING Clause......Page 55
Using HAVING with Aggregate Functions......Page 56
Validating a Query......Page 57
Retrieving Data from Multiple Tables......Page 60
Selecting Data from More Than One Table by Using Joins......Page 61
Inner Joins......Page 62
Outer Joins......Page 70
Specialty Joins......Page 73
Using the Coalesce Function in Joins......Page 75
Comparing DATA Step Match-Merges with PROC SQL Joins......Page 76
Using Subqueries to Select Data......Page 79
Multiple-Value Subqueries......Page 80
Correlated Subqueries......Page 81
Testing for the Existence of a Group of Values......Page 82
Multiple Levels of Subquery Nesting......Page 83
Combining a Join with a Subquery......Page 84
When to Use Joins and Subqueries......Page 85
Working with Two or More Query Results......Page 86
Producing Unique Rows from Both Queries (UNION)......Page 87
Producing Rows That Are in Only the First Query Result (EXCEPT)......Page 88
Producing Rows That Belong to Both Query Results (INTERSECT)......Page 89
Concatenating Query Results (OUTER UNION)......Page 90
Producing Rows from the First Query or the Second Query......Page 91
Creating and Updating Tables and Views......Page 94
Creating Tables from Column Definitions......Page 95
Creating Tables from a Query Result......Page 96
Creating Tables Like an Existing Table......Page 97
Inserting Rows with the SET Clause......Page 98
Inserting Rows with the VALUES Clause......Page 99
Inserting Rows with a Query......Page 100
Updating All Rows in a Column with the Same Expression......Page 101
Updating Rows in a Column with Different Expressions......Page 102
Deleting Rows......Page 103
Adding a Column......Page 104
Modifying a Column......Page 105
Deleting a Column......Page 106
Tips for Creating Indexes......Page 107
Creating and Using Integrity Constraints in a Table......Page 108
Creating and Using PROC SQL Views......Page 110
Describing a View......Page 111
Embedding a Libname in a View......Page 112
Specifying In-Line Views......Page 113
Using SQL Procedure Views in SAS Software......Page 114
Introduction......Page 116
Limiting Iterations with the LOOPS= Option......Page 117
Expanding SELECT * with the FEEDBACK Option......Page 118
Timing PROC SQL with the STIMER Option......Page 119
Using Indexes to Improve Performance......Page 120
Comparing Subqueries with Joins......Page 121
Accessing SAS System Information Using DICTIONARY Tables......Page 122
Using DICTIONARY.COLUMNS......Page 124
Using PROC SQL with the SAS Macro Facility......Page 125
Creating Macro Variables in PROC SQL......Page 126
Concatenating Values in Macro Variables......Page 128
Defining Macros to Create Tables......Page 129
Using the PROC SQL Automatic Macro Variables......Page 131
Formatting PROC SQL Output Using the REPORT Procedure......Page 132
Accessing a DBMS with SAS/ACCESS Software......Page 133
Using Libname Engines......Page 134
Displaying DBMS Data with the PROC SQL Pass-Through Facility......Page 136
Using the Output Delivery System (ODS) with PROC SQL......Page 137
Practical Problem-Solving with PROC SQL......Page 138
Background Information......Page 139
Solution......Page 140
Background Information......Page 141
Solution......Page 142
Background Information......Page 143
How It Works......Page 144
Solution......Page 145
Background Information......Page 146
How It Works......Page 147
Solution......Page 148
Problem......Page 149
How It Works......Page 150
Solution......Page 151
How It Works......Page 152
Background Information......Page 153
How It Works......Page 154
Background Information......Page 155
Solution......Page 156
How It Works......Page 157
Solution......Page 158
Background Information......Page 159
Solution......Page 160
Solution......Page 162
How It Works......Page 164
Recommended Reading......Page 166
Glossary......Page 168
Index......Page 172




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