ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب PROC SQL: Beyond the Basics Using SAS, Third Edition

دانلود کتاب PROC SQL: فراتر از اصول اولیه با استفاده از SAS، نسخه سوم

PROC SQL: Beyond the Basics Using SAS, Third Edition

مشخصات کتاب

PROC SQL: Beyond the Basics Using SAS, Third Edition

ویرایش: 3. 
نویسندگان:   
سری:  
ISBN (شابک) : 1642951927, 9781642951929 
ناشر: SAS Institute 
سال نشر: 2019 
تعداد صفحات: 420 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 10 مگابایت 

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



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

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


در صورت تبدیل فایل کتاب PROC SQL: Beyond the Basics Using SAS, Third Edition به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب PROC SQL: فراتر از اصول اولیه با استفاده از SAS، نسخه سوم



PROC SQL: فراتر از اصول اولیه با استفاده از SAS(R)، نسخه سوم، یک راهنمای گام به گام و نمونه محور است که به خوانندگان کمک می کند زبان را تسلط پیدا کنند. از PROC SQL. این کتاب با تجزیه و تحلیل و مثال‌هایی که مجموعه‌ای از گزینه‌ها، عبارات و بندهای PROC SQL را نشان می‌دهد، نه تنها تمام اصول اولیه را پوشش می‌دهد، بلکه راهنمایی‌های گسترده‌ای را در مورد موضوعات پیچیده مانند عملگرهای مجموعه و سوالات فرعی مرتبط ارائه می‌دهد. برنامه نویسان در همه سطوح از مثال های ساده، توضیحات واضح و نکات مفید کرک لافلر برای گسترش دانش خود در مورد PROC SQL قدردانی خواهند کرد.

این نسخه سوم ویژگی های جدید و قدرتمند SAS(R) 9.4 را بررسی می کند. ، از جمله موضوعاتی مانند:

  • توابع IFC و IFN
  • نزدیکترین همسایه پردازش
  • بند HAVING
  • نمایه
  • li>

همچنین دارای دو فصل کاملاً جدید در مورد تطبیق فازی و برنامه نویسی مبتنی بر داده است. با بررسی و تحلیل بیشتر در عملکرد PROC SQL، PROC SQL: فراتر از اصول با استفاده از SAS(R)، نسخه سوم، این زبان پایگاه داده قدرتمند را با استفاده از بحث و گفتگو بررسی می کند. نمونه‌های متعدد در دنیای واقعی.


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

PROC SQL: Beyond the Basics Using SAS(R), Third Edition, is a step-by-step, example-driven guide that helps readers master the language of PROC SQL. Packed with analysis and examples illustrating an assortment of PROC SQL options, statements, and clauses, this book not only covers all the basics, but it also offers extensive guidance on complex topics such as set operators and correlated subqueries. Programmers at all levels will appreciate Kirk Lafler's easy-to-follow examples, clear explanations, and handy tips to extend their knowledge of PROC SQL.

This third edition explores new and powerful features in SAS(R) 9.4, including topics such as:

  • IFC and IFN functions
  • nearest neighbor processing
  • the HAVING clause
  • indexes

It also features two completely new chapters on fuzzy matching and data-driven programming. Delving into the workings of PROC SQL with greater analysis and discussion, PROC SQL: Beyond the Basics Using SAS(R), Third Edition, explores this powerful database language using discussion and numerous real-world examples.



فهرست مطالب

Contents
About This Book
	What Does This Book Cover?
	Is This Book for You?
	What Should You Know about the Examples?
	We Want to Hear from You
	Acknowledgments
Chapter 1: Designing Database Tables
	Introduction
	Database Design
	Column Names and Reserved Words
	Data Integrity
	Database Tables Used in This Book
	Table Contents
	Summary
Chapter 2: Working with Data in PROC SQL
	Introduction
	The SELECT Statement and Clauses
	Overview of Data Types
	SQL Operators, Functions, and Keywords
	Dictionary Tables
	Summary
Chapter 3: Formatting Output
	Introduction
	Formatting Output
	Formatting Output with the Output Delivery System
	Summary
Chapter 4: Coding PROC SQL Logic
	Introduction
	Conditional Logic
	CASE Expressions
	Interfacing PROC SQL with the Macro Language
	Summary
Chapter 5: Creating, Populating, and Deleting Tables
	Introduction
	Creating Tables
	Integrity Constraints
	Deleting Rows in a Table
	Summary
Chapter 6: Modifying and Updating Tables and Indexes
	Introduction
	Modifying Tables
	Indexes
	Updating Data in a Table
	Summary
Chapter 7: Coding Complex Queries
	Introduction
	Introducing Complex Queries
	Joins
	Why Joins Are Important
	Cartesian Product Joins
	Inner Joins
	Outer Joins
	Subqueries
	Set Operations
	Data Structure Transformations
Chapter 8: Working with Views
	Introduction
	Views—Windows to Your Data
	Views and SAS Procedures
	Eliminating Redundancy
	Restricting Data Access—Security
	Hiding Logic Complexities
	Nesting Views
	Updatable Views
	Deleting Views
	Summary
Chapter 9: Fuzzy Matching Programming
	Introduction
	Data Sets Used in Examples
	6-Step Fuzzy Matching Process
	Summary
Chapter 10: Data-driven Programming
	Introduction
	Programming Paradigms
	SAS Metadata Sources
	DICTIONARY Tables
	Custom-defined Formats
	Macro Language
	Summary
Chapter 11: Troubleshooting and Debugging
	Introduction
	The World of Bugs
	The Debugging Process
	Types of Problems
	Troubleshooting and Debugging Techniques
	Undocumented PROC SQL Options
	Summary
Chapter 12: Tuning for Performance and Efficiency
	Introduction
	Understanding Performance Tuning
	Sorting and Performance
	User-Specified Sorting (SORTPGM= System Options)
	Grouping and Performance
	Splitting Tables
	Indexes and Performance
	Reviewing CONTENTS Output and System Messages
	Optimizing WHERE Clause Processing with Indexes
	Summary
References




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