We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08688b3 commit 564c1edCopy full SHA for 564c1ed
1 file changed
README.md
@@ -45,14 +45,9 @@ mlops_sql_project/
45
│ │ ├── 01_create_database.sql
46
│ │ ├── 02_create_tables.sql
47
│ │ ├── 03_constraints.sql
48
-│ │ ├── 04_indexes.sql # Optional: add indexing strategies
49
-│ │ └── 05_create_views.sql # Optional: views for Tableau
50
│ │
51
│ ├── dml/ # Data Manipulation (Insert, Update, Delete)
52
│ │ ├── 00_truncate_tables.sql
53
-│ │ ├── 01_insert_sample_data.sql # Bulk insert for sample dataset
54
-│ │ ├── 02_update_customer_info.sql # Sample update query
55
-│ │ └── 03_delete_test_data.sql # Remove dummy/test entries
56
57
│ ├── dql/ # Queries & Analysis
58
│ │ ├── a_checks/ # Data Validation & Structure
0 commit comments