In testing where do we use sql language and how it helps in
testing?
Answers were Sorted based on User's Feedback
Answer / stl
We use sql in Database testing. to see the impact of front
end changes are correctly posted on the backend database
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajendra prasad reddy,p
AS a Basic concept Database is two types
1.DBMS-Database Management Systems
2.RDBMS-Relational Database Management System
In DBMS the data will be stored in tables.It is not
possible to compare one table with another table in
DBMS.Like MS Access.
but in the case RDBMS we can create Data in the form of
tables and also it is possible to create relations from one
table to another table i.e we can compare one table data
with Another table data
SQL -Structured Query Language.
Mainly It has three parts
1.DDL-Data Definition Language
2.DML-Data Manipulation Language
3.TCL-Transaction Control Language
DDL contains following Operations
a.Create
b.Alter
c.Drop
d.Truncate
DML contains Following Operations
a.Select
b.Insert
c.Update
d.Delete
TCL contains Following operations
a.Commit
b.RollBack
Some famous database names are
MS SQL Server from Microsoft
(less secure conpared to oracle)
Oracle from Oracle Corporation
(highly Secure then SQL Server)
MySql Open Source DataBase(Free Available Databse)
Allthe above three widely using databases are built on
SQL.
In case of Testing SQL plays important role.
After creating Database it has ti be tested throughly.
Testing of database two types
1.Testing database directly by writing SQL
queries on the Back-end database and cross checking the
database vaidity.
2.Testing the database From front end,It requires
no knowledge of SQL skills
i.e we enter the data from front end and we will retrieve
from the front end.
Now a days Almost 90% of the applicationswill have
database.
Ok friends ,
Rajenda_prnumalli@yahooo.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Types of locks in database ?
Can we use views in stored procedure?
in sql table follw columns r their vehicle_no|servicetype|date|location| 1234 |1FS |1-JAN|PUNE| 4561 |2FS |5-JAN|PUNE| 1234 |PS |7-JAN|PUNE| 1234 |PS |15-JAN|MUMB| i want o/p below vehicleno|1fs|1fsdate|1fslocation|1ps|1PSDATE|1PSLOC|2PS|2PS DATE|2PSLOCA e.g 1234|1FS|1JAN|PUNE|1PS|7JAN|PUNE|2PS|15JAN|MUMBAI PLS help me out to execute using sql query
What is linq to sql?
Where not exists in sql?
Is sql a dbms?
Can you skip header records while loading? : aql loader
Which command is used to call a stored procedure?
What is procedure in pl sql?
what is 'trigger' in sql? : Sql dba
What are the new features in Oracle 10g. Compared to Oracle 9i?
What will be the output for the below Query Select 'High' from dual where null = null;
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)