sql_labs

πŸ›’οΈ SQL LABS - Creating Database Systems on SQL Server

https://github.com/fabianacampanari/sql_labs

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • βœ“
    CITATION.cff file
    Found CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • βœ“
    .zenodo.json file
    Found .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Academic email domains
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary

Keywords

docker-container sql-labs sql-lang sql-server tsql xml
Last synced: 4 months ago · JSON representation ·

Repository

πŸ›’οΈ SQL LABS - Creating Database Systems on SQL Server

Basic Info
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
docker-container sql-labs sql-lang sql-server tsql xml
Created about 2 years ago · Last pushed 11 months ago
Metadata Files
Readme Funding License Code of conduct Citation Codeowners Security Support

README.md


πŸ›’οΈ SQL LABS - Creating Database Systems on SQL Servers


Here, you will find advanced techniques for the structure of a database system, as well as the mechanism and structure of SQL and other essential points to use the various features of SQL Server and its data query and manipulation structure.


####

< made with vibe, frequency & joy /> πŸͺ¬


Automation Workflow


SQL Lab Certificate - Impact Technology University - 2023


This repository covers a variety of topics, including:


  • SSMS - SQL Server Management Studio Interface:

    • Connecting to a server, main panels, configuring the editor environment.


  • Creating a database via SSMS:

    • How data is organized, creating a database, creating a table, manipulating data (insertion, editing, and deletion).


  • Relational model and data normalization:

    • Concept of normalization, normal forms, relational model, descriptive model, conceptual model, logical model physical model.


  • Introducing T-SQL:

    • Origin of SQL, T-SQL, subsets of SQL commands, instruction example.


  • Creating a database via T-SQL:

    • Creating a script project, creating a script, executing a script, putting a database in use, creating a database, deleting a database.


  • Constraints and table structure:

    • Creating rules, changing table structures.


  • Creating indexes:

    • Concept of indexes, advantages and disadvantages of indexes, clustered indexes, non-clustered indexes.


  • Attaching databases:

    • How to attach the databases that is used in this repo.


  • Manipulating data:

    • Inserting records, updating records, deleting records.


  • Working with transactions:

    • Types of transactions, OUTPUT instruction.


  • Data query:

    • The group of DQL commands, ordering data, the TOP clause.


  • Filters with operators:

    • Relational operators, arithmetic operators, logical operators,compound operator, filter examples with WHERE.


  • Filters BETWEEN, LIKE, and IN:

    • Search by range of values, search by a list, of values, search by part of content.
  • Joining data:

    • Data union, UNION operator, UNION ALL operator.


Example of SQL Code


The SQL code below is an example related to a car dealership database. It includes the creation of tables for brands and models, along with foreign key constraints for the relationship between them. Additionally, it uses stored procedures like sp_help to view the structure of the created tables.


Copyright 2024 Fabiana Campanari. Code released under the Apache 2.0 license.

Owner

  • Name: Fabiana ⚑️ Campanari
  • Login: FabianaCampanari
  • Kind: user
  • Location: Brazil πŸ‡§πŸ‡·
  • Company: @Mindful-AI-Assistants | @Quantum-Software-Development

πŸ‡Ά AI/ML Dev Β· Data Scientist (Humanistic AI) Β· Software & Design Β· Psych Grad Β· Quantum Mindset Β· πŸ•ΈοΈ Seeker of the Unknown 𝚿

Citation (CITATION.cff)

cff-version: 1.2.0
title: No-SQL
github account: FabianaCampanari
contact me: https://linktr.ee/fabianacampanari
message: If you really want to cite this repository, here's how you should cite it.
type: software
authors:
  - given-names: Fabiana
    family-names: Rotella Campanari
repository-code:https://github.com/FabianaCampanari/SQL_LABS 
license: MIT license





GitHub Events

Total
  • Issues event: 4
  • Watch event: 2
  • Delete event: 11
  • Issue comment event: 1
  • Push event: 10
  • Pull request event: 26
  • Create event: 13
Last Year
  • Issues event: 4
  • Watch event: 2
  • Delete event: 11
  • Issue comment event: 1
  • Push event: 10
  • Pull request event: 26
  • Create event: 13

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 205
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 204
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 0
  • Pull requests: 205
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 204
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
  • FabianaCampanari (22)
Pull Request Authors
  • FabianaCampanari (1,456)
  • dependabot[bot] (4)
  • imgbot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4) github_actions (4)

Dependencies

.github/workflows/blank.yml actions
  • actions/checkout v4 composite
.github/workflows/openshift.yml actions
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • redhat-actions/buildah-build v2 composite
  • redhat-actions/oc-login v1 composite
  • redhat-actions/oc-new-app v1 composite
  • redhat-actions/openshift-tools-installer v1 composite
  • redhat-actions/push-to-registry v2 composite
.github/workflows/sql-server.yml actions
  • actions/checkout v4 composite
Lab 6-7/package.json npm
  • @primer/css 21.1.1
.github/workflows/actions/.delete-package-versions.yml actions
package.json npm
  • @primer/css 21.1.1
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite