Search
 
SCRIPT & CODE EXAMPLE
 

SQL

how do you use sql in you company

Our web application uses Oracle database and 
I normally write queries to do Data validation. 
For example: 
I create data from UI or I send POST request
from API then I write query to verify that data
was successfully and correctly inserted into database.
Our database consists of many tables, so most of the time,
I need to write queries that involve joins.

CAN MENTION: Since our application has large sets of
data, data is stored into Oracle and to another CACHE database.
I write queries to test data that both are in SYNC(same).
Comment

PREVIOUS NEXT
Code Example
Sql :: create database store 
Sql :: mysql copy table1 to table2 
Sql :: insert random numbers in columns postgress 
Sql :: oracle user quota on tablespace 
Sql :: mssql int max value 
Sql :: how to change owner in postgres 
Sql :: sql select contem uma palavra 
Sql :: apex add months to date 
Sql :: mysql get age from date 
Sql :: how to delete table in mysql 
Sql :: oracle sequence last_number 
Sql :: drop all database tables oracle sql developer 
Sql :: sql fill na with 0 
Sql :: get first 3 letters in sql 
Sql :: having vs where sql 
Sql :: oracle new column 
Sql :: compare date in sql 
Sql :: sql empty table 
Sql :: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed 
Sql :: wsl centos 8 mysql 
Sql :: mysql tables max count 
Sql :: mysql last year 
Sql :: oracle limit rows 
Sql :: mysqli_connect using prepare statement 
Sql :: t-sql get duplicate rows 
Sql :: psql connect 
Sql :: print all records of table in mysql 
Sql :: query saurce oracle 
Sql :: set nocount on sql 
Sql :: mysql change collation one column 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =