
Learning SQL Queries for R Users
Mrcashtime
الوصف
The book title implies that SQL Queries for R Users is for R users who need to get the data they need from a database. Loading large raw data from a database into R workspace is often unnecessary or even prohibitive. The book teaches you how to write SQL queries to retrieve precisely only the data needed from an SQL database. But, this book also covers topics on metadata, which is equally important if not more than the SQL queries. To write an SQL query you must first know where the data is, the name of the tables and columns, their relationships, and the characteristics of the data. The book shows you how to identify this information. In Oracle SQL Developer …… Explore Metadata Visualize Data Model Inquire Data Dictionary Build and Test Query Incrementally Wrap and Secure Query as Database View Deploy View in RRead more
أعمال ذات صلة
الحلقات (8)
Chapter 8: Compound Queries
Chapter 9: Regular Expression
Chapter 10: Query as Database View
Part II: Identifying and Exploring Data
Chapter 11: Database Connection
Chapter 12: Identifying Tables and Columns
Chapter 13: Viewing the Data
End Credits