Results for "cloud"
4 / 184 posts
What is View in SQL server
A view is a virtual table based on the result-set of an SQL statement. A view contains rows and columns, just like a real table. IF OBJECT_ID('ViewTable','…
cloud comma saparate database
Mar 19, 2026 1 min read
Spark Transformations, Actions and Lazy Evaluation and DAG.
Apache Spark RDD supports two types of Operations: Transformations Actions A Transformation is a function that produces new RDD from the existing RDDs but …
Apache Spark azure cloud
Mar 19, 2026 4 min read
What is Data Lake
A data lake is a centralized repository that allows you to store all your structured and unstructured data at any scale. You can store your data as-is, wit…
azure cloud data-engineering
Mar 19, 2026 2 min read
DBA
Setting up a lab environment for the course. Option 1 (Limited Resources) : Use a computer, laptop, or workstation with Windows 10 installed. Install SQL S…
azure cloud database
Mar 19, 2026 1 min read