Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
OLA
Returning IDs with exactly 3 consecutive months of invoice_amt >2000
menu sample
SQL Practice Sample: Movie Database
SQL social network practice by Han Wang 20200720 - 2
1280. Students and Examinations
Return IDs where there are exactly 3 occurrences
Query for matching substring from text field in DB
Game Play Analysis (511,512,534,550)
statistics
Please log in to post a comment.