Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Assignment 1(SET A)
Create table Employee12( eno int primary key,ename varchar(20), designation varchar(20), salary float (20)); Create table Department12( dno int primary key,dname varchar(20),loc varchar (50)); -- one to many relationship create table Employee13 ( eno int primary key, ename varchar (20), designation varchar (20), Salary float(20), employee_department12 int references department12(dno));
run
|
edit
|
history
|
help
0
Select rows with no intersection on join table and check by date
Ecommerce Website Analysis by SQL
Select the latest id from last week from each different contact without repeating barcodes .....
Professional Networking Social Media Website SQL Analysis
Movie Rating SQL Analysis Project
Laidata Practice
Dashes in numbers
1280. Students and Examinations
UNIX_TIMESTAMP
1