Skip to content

Instantly share code, notes, and snippets.

View MokshSharma06's full-sized avatar

Moksh Sharma MokshSharma06

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 July 8, 2025 20:52
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 August 6, 2025 15:33
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