Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Studco
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
create table competition(cno int, regno int,name varchar(15), prize int ); insert into competition values(111,102,'debuging',2); insert into competition values(123,108,'quiz',1); insert into competition values(101,122,'connection',3); insert into competition values(152,101,'postermaking',2); select * from competition;
absolute service time: 0,43 sec
edit mode
|
history
|
discussion
cno
regno
name
prize
1
111
102
debuging
2
2
123
108
quiz
1
3
101
122
connection
3
4
152
101
postermaking
2