Tag: databases
Questions Related to databases
-
Network Layer, Transport Layer
-
Operating system, Hardware Vendors
-
Developer, DBA
-
Program Design, Oracle Server
-
SELECT * FROM table a WHERE ROWID < (SELECT MAX(ROWID) FROM table b WHERE a.col1 = b.col1);
-
SELECT * FROM table a WHERE ROWID <= (SELECT MAX(ROWID) FROM table b WHERE a.col1 = b.col1);
-
SELECT * FROM table a WHERE ROWID > (SELECT MIN(ROWID) FROM table b WHERE a.col1 = b.col1);
-
SELECT * FROM table a WHERE ROWID >= (SELECT MIN(ROWID) FROM table b WHERE a.col1 = b.col1);
-
document.write("Hello World")
-
"Hello World"
-
response.write("Hello World")
-
("Hello World")
-
-
'This is a comment
-
//This is a comment
-
/*This is a comment */
-
ceil(x,y)
-
Math.ceil(x,y)
-
Math.max(x,y)
-
top(x,y)