Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learning SQL Queries for R Users

Posted By: AlenMiler
Learning SQL Queries for R Users

Learning SQL Queries for R Users: Request the Database to Furnish Only the Specific Data You Require by Djoni Darmawikarta
English | Jan. 20, 2016 | ISBN: 1522959300 | 188 Pages | AZW3/MOBI/EPUB/PDF (conv) | 15.26 MB

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 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 Generic SELECT query in R program