Skip to content
View ElenaD25's full-sized avatar
Block or Report

Block or report ElenaD25

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ElenaD25/README.md


Welcome to my GitHub 😊

SQL & BI Developer with a great passion for data, coffee & cats


πŸ˜‡ Some personal stuff:

- πŸ‘©β€πŸ’» In my free time I like to read personal development books, learn new things, and work on different projects
- πŸ€“ I’m currently learning Python, and Data Warehouse
- πŸ’¬ Ask me about databases, dynamic SQL, and data visualization
- 😍 Cats, coffee & sweet things, databases, gardening, reading self-development books, cooking & eating

πŸ›  Tools and Technologies

Microsoft SQL Server MySQL Workbench SSMS Postgresql Tableau Power BI Excel

πŸ”Ž Get in touch

LinkedIn profile
My Medium


DECLARE @name varchar(10), @job varchar(50), @description varchar(100), @location varchar(20)
select 
@name = 'Luchiana',
@job = 'Business Intelligence Developer', 
@description = 'cat lover with a great passion for data. ',
@location = 'Romania'

SELECT CONCAT('I''m ', @name, ', a ', @description, 'I currently work as a ' + @job + ', in ', @location, '.' ) 
-------Results--------
I'm Luchiana, a cat lover with a great passion for data. I currently work as a Business Intelligence Developer, in Romania.

Pinned

  1. Books-for-Data-nerds Books-for-Data-nerds Public

    This repo contains books for data analysts, data engineers and also for data scientists

  2. Netflix-Python-Project Netflix-Python-Project Public

    Data cleaning & EDA

    Jupyter Notebook 1 1

  3. Dynamic-SQL-Select Dynamic-SQL-Select Public

    Retrieve records from a table using dynamic SQL (no need to write the columns name in the sp)

    TSQL 1 1

  4. PowerBI-projects PowerBI-projects Public

  5. Python-projects Python-projects Public

    Jupyter Notebook

  6. SQL_scripts SQL_scripts Public

    TSQL