Total Questions:-192 Goto Page:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
R4R ---> Articles--> SQL -->SQL Articles List
Page 1
Articles:
What is a Cartesian product?
Post Your View
ViewsA Cartesian product is bassically use for the results from a faulty query. It is a row in the results for every combination in the join tables.
For More
By:UMANG
Date:
Articles:
<> and != both are same operator into SQL
1. true.
2 false.
3. both are not used into SQL.
4. Both are used assembly languages only.
Post Your View
Views
By:Rajesh Kumar
Date:
Articles:
Can a stored procedure call itself or recursive stored procedure? How much level SP nesting is possible?
Post Your View
ViewsYes we can stored procedure call itself or recursive storeed procedure. Because Stored procedures is bassically are nested when one stored procedure
For More
By:UMANG
Date:
Articles:
Can a tablespace hold objects from different schemes?
Post Your View
ViewsYes we can a template hold objects from different schemes.
For More
By:UMANG
Date:
Articles:
Can objects of the same schema reside in different table spaces?
Post Your View
ViewsYes we can objects of the same schema reside in different table space. Schema objects can stored in different tablespace and a tablespace can containe
For More
By:UMANG
Date:
Articles:
Choose correct answers:
1 SQL can execute system applications like java ,c# .
2 SQL can delete or update or retrieve or create records from a database
3.SQL never permanently change database recodes .
4 All
5 None
Post Your View
Views2 SQL can delete or update or retrieve or create records from a database
For More
By:Shuja
Date:
Views
By:rupinder
Date:
Views
By:Anurekha
Date:anurekha_s2002@yahoo.co.in
Views2nd Choice
SQL can delete or update or retrieve or create records from a database
For More
By:Vishnu
Date:vishnupavadi@gmail.com
Views
By:Avani
Date:avanisamir@yahoo.com
Views
By:hakimuddin
Date:hakim.at4u@gmail.com
Articles:
Choose correct options
1. MS Access, SQL Server, MySQL are database
2. MS Access, SQL Server, MySQL are vendor company.
3 MS Access, SQL Server, MySQL are programming language
4. All
5. None.
Post Your View
Views
By:Vivak
Date:
Articles:
Choose correct statements for fallowing sql statement
SELECT * FROM r4r_emp;
1. used to select all records from table
2. used to select all columns name from table
3. used to select all rows from tables
4. None.
Post Your View
Views1. used to select all records from table
For More
By:Vikas
Date:
Articles:
Choose correct syntax to insert values into r4r_team table
1. INSERT INTO r4r_team (id, username, exp) VALUES (1, ‘r4r01’, ‘2’);
2. INSERT INTO r4r_team VALUES (1, ‘r4r01’, ‘2’);
3. INSERT INTO r4r_team (id, username, exp) VALUE (1, ‘r4r01’, ‘2’);
4. INSERT INTO table r4r_team (id, username, exp) VALUE (1, ‘r4r01’, ‘2’);
Post Your View
Views1. INSERT INTO r4r_team (id, username, exp) VALUES (1, ‘r4r01’, ‘2’);
2. INSERT INTO r4r_team VALUES (1, ‘r4r01’, ‘2’);
For More
By:Rajesh Kumar
Date:
Views
1. INSERT INTO r4r_team (id, username, exp) VALUES (1, ‘r4r01’, ‘2’);
For More
By:sudhansu
Date:
Views2. INSERT INTO r4r_team VALUES (1, ‘r4r01’, ‘2’);
For More
By:Mihir Prajapati
Date:
Views1. INSERT INTO r4r_team (id, username, exp) VALUES (1, ‘r4r01’, ‘2’);
For More
By:riyaz kk
Date:
Views
By:santosh
Date:
Views1. INSERT INTO r4r_team (id, username, exp) VALUES (1, ‘r4r01’, ‘2’); 2. INSERT INTO r4r_team VALUES (1, ‘r4r01’, ‘2’);
For More
By:shoaib Ansari
Date:
Views
By:shiwangi
Date:
Views2. INSERT INTO r4r_team VALUES(1,'r4r01','2');
For More
By:jeetesh
Date:jeeteshmyanpawar@gmail.com
Articles:
Choose true option
1. BETWEEN -->>Used for range with in values
2. LIKE -->>Used for Search a pattern
3. IN -->>return east one of the columns in given set of values
4.1,2,3
5. None
Post Your View
Views
By:Shuja
Date:
Views
By:appu
Date:
Go:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20