Skip to content

Instantly share code, notes, and snippets.

View MokshSharma06's full-sized avatar
🎯
Focusing

Moksh Sharma MokshSharma06

🎯
Focusing
View GitHub Profile
@MokshSharma06
MokshSharma06 / DP-900.md
Created March 25, 2025 12:14 — forked from j-thepac/DP-900.md
Material for Dp-900 Exam

DP 900

Azure Data Fundamentals: Explore core data concepts

  • Type: structured, semi-structured, or unstructured.
  • Data stores : File stores ,Databases
  • file Formats :
    • Delimited text files
    • JavaScript Object Notation (JSON)
    • Extensible Markup Language (XML)
  • Optimized File Format
@j-thepac
j-thepac / DP-900.md
Last active December 3, 2025 11:18
Material for Dp-900 Exam

DP 900

Azure Data Fundamentals: Explore core data concepts

  • Type: structured, semi-structured, or unstructured.
  • Data stores : File stores ,Databases
  • file Formats :
    • Delimited text files
    • JavaScript Object Notation (JSON)
    • Extensible Markup Language (XML)
  • Optimized File Format
@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active December 5, 2025 03:48
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH