Oracle (3253)
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) 5. Display full details from the ORDER_LINE table where the item number is (first condition) between 1 and 200 (no > or < operators) OR the item number is greater than 1000 AND (second condition) the item cost is not in the list 1000, 2000, 3000 OR the order number is not equal to 1000.
3 513410. Display the client number, order date and shipping date for all orders where the shipping date is between three and six months after the order date.
3 697011. Display the client number and name and the client number and name of the person who referred that client.
239414. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth
1 566215. Display the item_cost and then truncate it to the nearest hundred, ten, unit, tenth and hundredth.
236116. Display the order number, order line number and the
shipping date. If the shipping date is null, display the
string
18. Display the clientno and total value for all orders
placed by that client. Output the result in the following
format: Client
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
2 6583
How to use sql*plus built-in timers?
What is use of trigger?
What are different types of joins in sql?
What is procedure and function in sql?
Can the old files in the ‘movechunk’ directory be removed?
How are sql commands classified?
What is a behavioral trigger?
How to insert large data in mongodb?
How do I setup a database connection?
How to connect Azure federated root database and apply federation in entity framework?
Tell me what is the difference between locking and multi-versioning?
What are referenced objects? Explain the importance of referencing.
What do you mean by dba?
1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE
What is assignment operator in pl sql?