Login
Remember
Register
Recent
Hot!
Most votes
Most answers
Most views
Ask a Question
Recent questions
0
votes
1
answer
Can there be more than one cursor open for any program?
asked
Feb 28, 2024
in
DB2
by
john ganales
program
0
votes
1
answer
What is the result of the OPEN CURSOR statement?
asked
Feb 28, 2024
in
DB2
by
john ganales
open
cursor
0
votes
1
answer
How to retrieve rows from a DB2 table in Embedded SQL?
asked
Feb 28, 2024
in
DB2
by
john ganales
embedded
sql
0
votes
1
answer
What is a CURSOR and what is its use?
asked
Feb 28, 2024
in
DB2
by
john ganales
cursor
0
votes
1
answer
What could be the reason that the MySQL statement 'SELECT AVG (SALARY) FROM EMP' generates an inaccurate output?
asked
Feb 28, 2024
in
DB2
by
john ganales
mysql
statement
0
votes
1
answer
What's the output? [[0, 1], [2, 3]].reduce( (acc, cur) => { return acc.concat(cur); }, [1, 2], );
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Everything in JavaScript is either a...
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? (() => { let x, y; try { throw new Error(); }
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const numbers = [1, 2, 3]; numbers[10] = 11; console.log(numbers);
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? console.log(typeof typeof 1);
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
Which of these values are falsy? 0; new Number(0); (''); (' '); new Boolean(false); undefined;
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? function sayHi() { return (() => 0)(); } console.log(typeof sayHi());
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const person = { name: 'Lydia' }; function sayHi(age) { return `${this.name} is ${age}`; }
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
When you click the paragraph, what's the logged output? <div onclick="console.log('div')">
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What is the event.target when clicking the button? <div onclick="console.log('first div')">
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const foo = () => console.log('First'); const bar = () => setTimeout(() => console.log('Second'));
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What's the output? const a = {}; const b = { key: 'b' }; const c = { key: 'c' }; a[b] = 123; a[c] = 456;
asked
Feb 27, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
0
votes
1
answer
What could be the reason that the MySQL statement
asked
Feb 27, 2024
in
DB2
by
Robin
mysqlstatement
0
votes
1
answer
How can the FIRSTNAME and the LASTNAME from the EMP table be concatenated to generate complete names?
asked
Feb 27, 2024
in
DB2
by
Robin
emp
table
0
votes
1
answer
What do you mean by BETWEEN and IN? Is BETWEEN inclusive of specified range values?
asked
Feb 27, 2024
in
DB2
by
Robin
between
in
0
votes
1
answer
Is there any restriction on the use of UNION in Embedded SQL?
asked
Feb 27, 2024
in
DB2
by
Robin
union
0
votes
1
answer
What are UNION and UNION ALL?
asked
Feb 27, 2024
in
DB2
by
Robin
union
union-all
0
votes
1
answer
How is the value function used?
asked
Feb 27, 2024
in
DB2
by
Robin
valuefunction
0
votes
1
answer
When is the LIKE statement used?
asked
Feb 27, 2024
in
DB2
by
Robin
like-statement
0
votes
1
answer
Why SELECT is not preferred in Embedded SQL programs?
asked
Feb 27, 2024
in
DB2
by
Robin
embedded-sql-programs
0
votes
1
answer
Is it possible using MAX on a CHAR column?
asked
Feb 27, 2024
in
DB2
by
Robin
charcolumn
0
votes
1
answer
What is Aggregate?
asked
Feb 27, 2024
in
DB2
by
Robin
aggregate
0
votes
1
answer
How can the duplicate values be eliminated from DB2 SELECT?
asked
Feb 27, 2024
in
DB2
by
Robin
db2
select
0
votes
1
answer
How to find the number of rows in a DB2 table?
asked
Feb 27, 2024
in
DB2
by
Robin
db2
table
0
votes
1
answer
What's the output? String.prototype.giveLydiaPizza = () => { return 'Just give Lydia pizza already!'; };
asked
Feb 26, 2024
in
JavaScript
by
DavidAnderson
javascript-interview-questions-answers
Page:
« prev
1
...
84
85
86
87
88
89
90
91
92
93
94
...
667
...
next »
Recent questions
...