Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
10 views

SQL1

Uploaded by

gokul nath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

SQL1

Uploaded by

gokul nath
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

ZS Associates

Order
id item amount c_id
1 keyboard 4000 4
2 mouse 3000 4
3 Monitor 12000 3
4 keyboard 4000 1
5 Mousepad 250 2

Customer
c_id f_name l_name age country
1 John Doe 31 USA
2 Robert Luna 22 USA
3 David Robinson 35 UK
4 John Deque 41 UK
5 Bett Morphy 52 UAE

amount spend by each customer in usa

select
sum(amount)

from
Customer AS c

join
Order AS o on Customer.c_id = Order.c_id

where

c.country = "USA"

group by
o.c_id

select * from

default redundancy in adls


resource group
access tier in azure
medallion architecture
size of data
number of rows.
spark architecture
scd1 vs scd2

partitioning vs bucketing

****************Prepare databricks*********************

You might also like