Article on the subject of "database"
-
MS Access - Lesson 4: Create a new database
you can create a new database from scratch or from the wizard database.
-
MS Access 2003 - Lesson 16: Check your presentation
after the table layout has been defined, you need to check and improve the table. you can do this easily by using the datasheet mode for the table.
-
[QUIZ] Test your understanding of SQL - Part 1
sql is a familiar term if you pay attention to the computer field. so what do you know about sql?
-
[QUIZ] Check your understanding of SQL - Part 2
continue series what do you know about sql? , part 2 continues with questions that revolve around basic knowledge in databases.
-
[QUIZ] Test your understanding of SQL - Part 3
the test set comes with sql lessons that give you lots of useful knowledge.
-
[QUIZ] Test your understanding of SQL - Part 4
let's try our knowledge with multiple choice questions about sql database management system.
-
[QUIZ] Test your understanding of SQL - Part 5
multiple-choice questions on sql help you familiarize and review useful knowledge for work and learning sql language.
-
[QUIZ] Test your understanding of SQL - Part 6
in order to serve your work and your study, along with sql lessons, quantrimang offers a variety of useful questions.
-
[QUIZ] Test your understanding of SQL - Part 7
part 7 of the sql quiz goes into the sql practice exercises that follow the previous period.
-
Test on database security P4
today network administrator will give you reading multiple choice questions around the topic of databases, with certain questions below you will have more useful knowledge.
-
Database test
today network administrator will give you reading multiple choice questions around the topic of databases, with certain questions below you will have more useful knowledge.
-
eQuiz - Multiple choice test on SQL
this is a small test of the sql database administration system, there will be 10 questions in total with no time for answering each sentence.
-
eQuiz - Multiple choice test on ASP
here is a small test of asp web programming language, a total of 30 questions will be answered with no time to answer each sentence.
-
eQuiz - Multiple choice test on JDBC - Part 1
in the quiz below, we will introduce you to part 1 of the jdbc basic knowledge test series with 15 questions.
-
Scary data breaches in China: Information about the 'fertility' of more than 1.8 million women leaked
a recent breach of the leaked online unprotected database in the world's most populous country has revealed a list of 'creepy' information collected on more than 1.8 million women in this country.
-
A serious vulnerability on phpMyAdmin allows an attacker to destroy the database
a serious security vulnerability on phpmyadmin - one of the most popular mysql database management software will harm the database when the tricked administrator clicks on the link.
-
Use the ALTER DATABASE command to migrate DATABASE in SQL Server
technically, you can use the alter database syntax to move any system or user database files that define, initialize, except for the resource database.
-
A serious vulnerability on phpMyAdmin allows an attacker to destroy the database
a serious security vulnerability on phpmyadmin - one of the most popular mysql database management software will harm the database when the tricked administrator clicks on the link.
-
Test about database security P8
database (database) is a complex and very difficult field to complete, because in addition to understanding the structure, computer system, to complete a database of database designers, there must be thinking. , ability to analyze and recognize good issues. the following test on database will be
-
How to create a database in MySQL
mysql can be a scary program. all commands must go through the command line interpreter program (command prompt) without any intuitive interface. therefore, the basic knowledge of how to create and manipulate on a database in mysql can save you time and avoid nuisance.
-
How to recover the database in MS SQL Server
simply put, this is the process of retrieving the backup file and returning it to the database.
-
Overview of the Access 2010 tutorial series
access 2010 is a database creation and management program. to better understand access, you must first understand the database.
-
What is Database Security and how to secure the database effectively?
database security refers to the measures taken to protect a business's data from unauthorized access, disclosure, alteration, or theft.
-
Database monitoring in MS SQL Server
monitoring refers to checking the database status (database), setting the owner name, file name, file size, backup schedule ...
-
Secure programming of Access database
almost everyone who uses a microsoft access application uses one of the (or all) of the following ways to protect the database (database), to lock their hands and lock the curious employees:
-
Database security method
in the data security strategy, most companies now focus resources on data protection on the transmission line. meanwhile, the data protection issue in the database (database, database) has not been properly concerned.
-
Create Active Directory accounts from the Exchange database (Part 1)
what can you do with a mailbox database? in an incident scenario, we lost the domain controller and didn't have any backups, an exchange server database would be very useful in this case and could save a lot of time in the future.
-
How to Hack a Database
the best way to make sure your database is safe from hackers is to think like a hacker. if you were a hacker, what kind of information would you look for? what will you do to get that information? there are many diverse methods to hack different types of databases, but most hackers will try to crack
-
Database management with TOAD
database (database) is one of the important components of a software development project. although there are specialized software to build databases of well-known brands in the world such as oracle, sap, ibm and microsoft, but managers still do not
-
MS Access - Lesson 4: Create a new database
you can create a new database from scratch or from the wizard database.
-
10 T-SQL Index statements needed with DBA
sql server dba (database administrator) people - database administrators know very well that index entries in the database are very similar to index in the library section. or simply understand that index in database is a structure that is closely linked to tables to quickly gather information from
-
SQL Server setup is always available
database mirroring solution helps build a high-availability database management system in sql server which is quite simple and suitable for medium-sized and lower-level databases.
-
How to Hack a Database
the best way to make sure your database is secure from hackers is to think like a hacker. if you were a hacker, what sort of information would you be looking for? how would you try to get it? there are numerous types of databases and many...
-
Design your own database in Access 2016
in this lesson, you will learn how to create a database from an existing template. you will also learn about other resources you can use to understand your own database design.
-
How to Create a Windows Azure SQL Database
this wikihow article show you how to create a windows azure sql database. also it shows you how to connect to database from your app. log in to your windows azure management portal.
-
How to create a registration app using Python and database
python has excellent database support built into its standard library, so you can create and interact with a database without having to rely on an external framework like django orm.