Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

07-Use-delta-lake.md suggestion, LIMIT in query #141

Open
craigbeeremct opened this issue Dec 19, 2024 · 0 comments
Open

07-Use-delta-lake.md suggestion, LIMIT in query #141

craigbeeremct opened this issue Dec 19, 2024 · 0 comments

Comments

@craigbeeremct
Copy link

Lab/Demo: Instructions/Labs/07-Use-delta-lake.md

Task: Create catalog tables

I suggest adding a LIMIT to the SQL statements, so that the output doesn't make the notebook scroll off the top of the page.

Create an external table

%%sql
USE AdventureWorks;
SELECT * FROM ProductsExternal LIMIT 10;

Create a managed table

%%sql
USE AdventureWorks;
SELECT * FROM ProductsManaged LIMIT 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant