-
Physical and Logical Loss in Database
Can Physical and Logical loss in Database can recovered from Full backup?
-
Queries for Truck Booking
Consider the following tables which give details of customers, trucks and packets booked by
customers, which are carried by trucks and write SQL commands to do the following:
Tables:
CUSTOMER(c_no, c_name, c_address)
TRUCK(t_no, driver_name)
PACKET(p_no, c_no, t_no, date_of_booking, weight, destination)
Queries:
i) Destinations which have received more... -
Clone MySQL Database
How to Clone MySQL Database?
-
Redis Server Database Data Storage
1. How can I store data in Redis server database, with key as dynamic changing value and values as list of structure?
2. Where the data store in the system? -
Better Performance Collection
Which of following collection (nested tables, associative arrays, varrays) is better performance wise?
-
-
-
Block level backups
Suppose we have two database in one database there are 10 block ? then we want only eight block import in second dba how????
-
Excessive redo generation.
Why excessive redo generation in hot backups ?How to resolve it ?
-
Starting oracle services on vmware
Hi, I am starting oracle services on redhat linux ,
but unable to start " sql * plus service" from console as well as from em(oracle enterprise manager)
Error : "The connection was refused when attempting to contact localhost : 5560"
-
Database Design
You have been asked to design the following database diagram:“We would like to store a list of user’s in the database with their corresponding network of friends, groups, as well as any messages which are swapped between them. A user consists of a username, password, first name, last name and profile picture. A message is a string. User’s can have many friends but usually start off with none or...
-
Data Validation Life Cycle
Explain the lifecycle regarding validating data from start to finish?
-
ILRM
IRLM is a module of DB2 which doesA. LoggingB. Thread creationsC. Concurrency controlD. Both logging and thread creation.
-
Basic Architecture of Data Warehouse
Show the basic architecture of Data Warehouse and briefly describe its components.
-
Microsoft and Oracle's XML Technology
Differentiate between Microsoft and Oracle's XML technology support for database.
-
Reasons of developing Object Oriented Database Management System
What are the reasons of developing Object Oriented Database management system? Describe the various features of Object Oriented programming languages that are being supported by SQL with the help of an example each.
-
VBScript to output contents of SQL Table
Provide VBScript code that that outputs the contents of a SQL table into a CSV formatted file called Output.csv. Your code must include the connection string and must use the following SQL criteria: SQL Server Name: DBServerDatabase Name: DBNameSQL User Login: SQLUserSQL User Password: SQLPasswordSQL Table: dbo.Exam (2 fields: FirstName, LastName)
-
Write the pseudocode to format the data for the report in the generic case.
You are writing a report that needs to format data being extracted from the database on the screen. All data relates to a specific object, but there are a variable amount of tables, and each table has a variable amount of columns and a variable amount of rows. The goal is to produce a display which is user friendly from a typical browser screen. For example, consider a system for a gift wishlist....
-
Project to acquire a new data feed from a vendor and add it to a database to enhance coverage for a neglected market.
There is a new project to acquire a new data feed from a vendor and add it to a database to enhance coverage for a neglected market. The data feed consists of a daily set of 6 files, one primary file with one row per main object, 4 other files which relate to the main file, and a secondary object file which is loosely related to the first. The data is in plain text. What sort of information would...
-
Database Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans