SQL tasarım komutları ve Backend yazıldı. Projeye yıldız Vermeyi Unutmayın 🚀 Teşekkürler! ❤️

Overview

HumanResourcesManagementSystem-HRMS

SQL tasarım komutları ve Backend yazıldı. Projeye yıldız Vermeyi Unutmayın 🚀 Teşekkürler! ❤️

insan kaynakları yönetimi sistemi

- Java & React Kampı 6.Gün ödevi ve SQL komutları

@SMTcoder

SQL DESIGN - sql tasarımı

İş Arayanlar (jobSeekers) Kullanıcıdan ad, soyad, tcno, doğum yılı, e-Posta, şifre bilgilerini tutacak alanlar oluşturuldu

Mernis Doğrulma Tablosu (mernis) Burada İş Arayan ID numarası ile Merniste Aynı ID numarası ile tutulup aynı kişi olduğunun doğrulanması sağlanacak

Birebir bir bağlantı ile kişi ID'leri 2 tabloda da tekrarlanması önlendi

İş Arayan E-mailleri (emailJobSeekers) Burada kişi emailleri farklı ID'lere taşınarak birebir bir bağlantı ile herkesin kendisine özgü bir email alma işlemi sağlanmış oldu.

İş Arayan TC Kimlik Numaraları (nationalityNumber) Tabloda TC Kimlik numaraları herkesin farklı olacağından dolayı PRIMARY KEY olacak atandığı, sadece TC Kimlik numaralının tutulacağı alan oluşturuldu

İş Verenler (employers) İş Veren E-mailleri & Doğrulaması (emailEmployers) İş verenler maillerini ve bu maillerin aynı zamanda doğrulandığını bir tabloda birleşitirerek aynı anda görmüş olduk.

Şirket domainleri aynı olsa da emiller farklı olacağından dolayı birebir bir bağlantı tercih ettim.

İş Veren HMRS Durumları (hrms) Burada HrmsState Boolean veri tipiyle doğrulama oldu veya olmadı şeklinde tuttum.(Şekilde boolean olarak verilmemiş anacak veri tipi boolean olması gerekir)

İş Pozisyonları (positions) Pozisyon adımız ve ID numarası ile bu tabloada sadece bu iki değer tutulur.

web sitem



Sosyal Medya Hesaplarım 😛


instagram - @SMTcoder
linkedin
youtube



Projelerim 😛


Google Play uygulamalarım
Tüm Projeler

Projeye yıldız Vermeyi Unutmayın 🚀 Teşekkürler! ❤️

You might also like...

The public release repository for SUSTech SQL (CS307) course project 2.

CS307 Spring 2021 Database Project 2 1. Source code Download link: For java: https://github.com/NewbieOrange/SUSTech-SQL-Project2-Public For python: h

Dec 26, 2022

SQL made uagliò.

SQL made uagliò.

GomorraSQL is an easy and straightforward interpreted SQL dialect that allows you to write simpler and more understandable queries in Neapolitan Langu

Dec 22, 2022

Multi-DBMS SQL Benchmarking Framework via JDBC

BenchBase BenchBase (formerly OLTPBench) is a Multi-DBMS SQL Benchmarking Framework via JDBC. Table of Contents Quickstart Description Usage Guide Con

Dec 29, 2022

HasorDB is a Full-featured database access tool, Providing object mapping,Richer type handling than Mybatis, Dynamic SQL

HasorDB is a Full-featured database access tool, Providing object mapping,Richer type handling than Mybatis, Dynamic SQL

HasorDB is a Full-featured database access tool, Providing object mapping,Richer type handling than Mybatis, Dynamic SQL, stored procedures, more dialect 20+, nested transactions, multiple data sources, conditional constructors, INSERT strategies, multiple statements/multiple results. And compatible with Spring and MyBatis usage.

Oct 27, 2022

An open source SQL database designed to process time series data, faster

An open source SQL database designed to process time series data, faster

English | 简体中文 | العربية QuestDB QuestDB is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning

Jan 1, 2023

Free universal database tool and SQL client

Free universal database tool and SQL client

DBeaver Free multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports any database which has JDBC

Jan 1, 2023

Simple but powerful SQL library for tiny projects

KiORM - Simple and powerful MySQL Java library for tiny projects Notice: KiORM is still in SNAPSHOT state. The code is not tested, there is no Javadoc

Sep 13, 2022

A Java library to query pictures with SQL-like language

A Java library to query pictures with SQL-like language

PicSQL A Java library to query pictures with SQL-like language. Features : Select and manipulate pixels of pictures in your disk with SQL-like dialect

Dec 25, 2022
Owner
samet akca
Mail : [email protected] Tüm_Linkler :) https://www.tabbs.co/Samet
samet akca
🚀flink-sql-submit is a custom SQL submission client

??flink-sql-submit is a custom SQL submission client This is a customizable extension of the client, unlike flink's official default client.

ccinn 3 Mar 28, 2022
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

Trino is a fast distributed SQL query engine for big data analytics. See the User Manual for deployment instructions and end user documentation. Devel

Trino 6.9k Dec 31, 2022
requery - modern SQL based query & persistence for Java / Kotlin / Android

A light but powerful object mapping and SQL generator for Java/Kotlin/Android with RxJava and Java 8 support. Easily map to or create databases, perfo

requery 3.1k Jan 5, 2023
The official home of the Presto distributed SQL query engine for big data

Presto Presto is a distributed SQL query engine for big data. See the User Manual for deployment instructions and end user documentation. Requirements

Presto 14.3k Dec 30, 2022
jOOQ is the best way to write SQL in Java

jOOQ's reason for being - compared to JPA Java and SQL have come a long way. SQL is an "ancient", yet established and well-understood technology. Java

jOOQ Object Oriented Querying 5.3k Jan 4, 2023
CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of machine data in real-time.

About CrateDB is a distributed SQL database that makes it simple to store and analyze massive amounts of machine data in real-time. CrateDB offers the

Crate.io 3.6k Jan 2, 2023
jdbi is designed to provide convenient tabular data access in Java; including templated SQL, parameterized and strongly typed queries, and Streams integration

The Jdbi library provides convenient, idiomatic access to relational databases in Java. Jdbi is built on top of JDBC. If your database has a JDBC driv

null 1.7k Dec 27, 2022
Java code generator for calling PL/SQL.

OBridge OBridge provides a simple Java source code generator for calling Oracle PL/SQL package procedures. Supported input, output parameters and retu

Ferenc Karsany 21 Oct 7, 2022
Persistent priority queue over sql

queue-over-sql This projects implement a persistent priority queue (or a worker queue) (like SQS, RabbitMQ and others) over sql. Why? There are some c

Shimon Magal 13 Aug 15, 2022